11-14-2021, 02:20 PM | #1 |
Enthusiast
Posts: 33
Karma: 2114
Join Date: Nov 2021
Device: kindle
|
[GUI Plugin] AudioBook_Duration
[GUI Plugin] AudioBook_Duration
This plugin calculates the duration of the audiobooks or audio files associated with a book (within its folder), and adds that duration in a custom column that we have previously created for this purpose. (It will be a duration column but we can call it whatever we want). At the moment it has no additional functions. Main features Calculate the duration of the books in our library, or of the associated audios that are included in the folders of the selected books. Put that result in a custom column, previously. Special notes Requires calibre 5.xx (python3)(QT5) It needs python3 Compatible with calibre 6.xx (QT6) suported operating systems: -Linux (Pluguin is working) Tested on ubuntu 20.04 -Windows (Plugin is working) Tested on windows 10 Maybe fail if calibre plugin folder doesn't have permisión for all users, i tryied to solve this and i think its solved. -Mac (Plugin is working) Tested on MacOS Big Sur 11.6 Supported languages (This plugin has support for translations): You are free to provide a translation in your preferred language Spoiler:
Installation Notes Download the attached zip file and install the plugin as described in the Plugins Overview thread. You can add it to the menu bar to use it comfortably (it is added by default) 1° Create a custom column 2º Click on the button of our plugin "AudioBook_Duration" on the button to configure the plugin, and in this field fill in the name of the custom column # duration or the name you have given it. 3° Select an audiobook from our calibre library and press the button "update the audiobook duration column" Version Update # Version 1.0.9 - 2022-07-11 Added support for Calibre 6.x and new libraries QT6 we need to install or add a file for rar support instructions for support of .rar files. windows: https://www.rarlab.com/rar_add.htm Add the file unrar.exe inside the plugin folder like User / AppData / roaming / calibre / plugins / AudioBook_Duration / rarfile / unrar.exe linux: install rar and unrar. example for debian ubuntu. sudo apt-get install rar sudo apt-get install unrar mac: untested, but should be similiar like linux install rar and unrar Changelog Spoiler:
screenshots Last edited by wiso; 07-11-2022 at 12:23 PM. Reason: update to V1.0.8 |
11-14-2021, 03:06 PM | #2 |
Guru
Posts: 746
Karma: 308700
Join Date: Sep 2017
Location: Argentina
Device: moon+ reader, kindle paperwhite
|
Hi the person who made the AudioBook Duration plugin, can't edit the main thread. Any way to be able to do it?
Last edited by dunhill; 11-14-2021 at 06:26 PM. |
Advert | |
|
11-14-2021, 04:16 PM | #3 |
null operator (he/him)
Posts: 20,904
Karma: 27620686
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
|
11-14-2021, 06:20 PM | #4 |
Enthusiast
Posts: 33
Karma: 2114
Join Date: Nov 2021
Device: kindle
|
My bad.
Here is the zip file. P.S: Any admin could tell me, why i can't edit the main post? Moderator Notice
moved PI to Post #1 Last edited by theducks; 11-14-2021 at 06:36 PM. |
11-14-2021, 06:34 PM | #5 |
Well trained by Cats
Posts: 30,346
Karma: 58032210
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Yup
You are a NEW MR user below the required (magic) number of posts. This is an Anti-Spammer protocol. You also can't use PM's (But if you ask down in the FEEDBACK forum , a board level Mod can turn that on. I will move your PI to post 1 (that is the location that Kovids Get Plugin tool scrapes). |
Advert | |
|
11-14-2021, 06:59 PM | #6 | |
Enthusiast
Posts: 33
Karma: 2114
Join Date: Nov 2021
Device: kindle
|
Quote:
Tomorrow i'll read the FAQ of the forum. Thx for all. |
|
11-15-2021, 02:23 AM | #7 | |
null operator (he/him)
Posts: 20,904
Karma: 27620686
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
Quote:
BR |
|
11-15-2021, 10:55 AM | #8 | |
Plugin Developer
Posts: 6,524
Karma: 4277237
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Quote:
As I recall, once you have made 10 posts, the system should allow you to do your own updates. Calibre level mods can't change that, sorry. |
|
11-15-2021, 10:59 AM | #9 |
Grand Sorcerer
Posts: 12,578
Karma: 74358018
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
Curious to know, what is Gauge (you list it as required)?
What environments does this support (Windows, Mac, Linux)? Sent from my Pixel 4a using Tapatalk |
11-15-2021, 11:15 AM | #10 | |
Enthusiast
Posts: 33
Karma: 2114
Join Date: Nov 2021
Device: kindle
|
Quote:
I tested this plugin on: Linux (Working) Windows (Working, but maybe fail if calibre plugin folder doesn't have permisión for all users, i tryied to solve this and i think its solved, but is not tested 100%) Mac (Testing, it should work soon,i don't have a mac ... so i have to ask someone to test it to see if it really works) |
|
11-15-2021, 03:11 PM | #11 |
Guru
Posts: 746
Karma: 308700
Join Date: Sep 2017
Location: Argentina
Device: moon+ reader, kindle paperwhite
|
tested on linux, works fine, thanks for your work
|
11-15-2021, 03:41 PM | #12 | |
Well trained by Cats
Posts: 30,346
Karma: 58032210
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Quote:
|
|
11-17-2021, 09:27 AM | #13 |
Enthusiast
Posts: 33
Karma: 2114
Join Date: Nov 2021
Device: kindle
|
Update news about:
suported operating systems: Linux (Pluguin is working) Tested on ubuntu 20.04 Windows (Plugin is working) Tested on windows 10 Maybe fail if calibre plugin folder doesn't have permisión for all users, i tryied to solve this and i think its solved. Mac (Plugin is working) Tested on MacOS Big Sur 11.6 |
11-22-2021, 12:21 PM | #14 |
Enthusiast
Posts: 33
Karma: 2114
Join Date: Nov 2021
Device: kindle
|
Version Update
Version 1.0.3 - 2021-11-21 Added progress bar to see the percentage of books processed. (basic progress bar) Changelog Spoiler:
Moderator Notice
moved PI to post #1 Last edited by theducks; 11-22-2021 at 12:29 PM. |
11-22-2021, 05:11 PM | #15 |
null operator (he/him)
Posts: 20,904
Karma: 27620686
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
@theducks - post #8 is 'confusing', I suspect it's redundant.
@wiso - what file types does the PI process? Example: can it do flac and mp4. BR |
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] Save Virtual Libraries To Column (GUI) | chaley | Plugins | 14 | 04-04-2021 05:25 AM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 12:27 PM |