Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 09-14-2022, 01:01 PM   #1
serpi
Member
serpi began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Oct 2021
Device: kindle
Making a column to organise audiobooks

I have a bunch of audiobooks I want to throw into calibre to keep them organised in one place, but I want to have a column filter to be able to easily organise them.

Any suggestions on how I can get a column filter to pick up a certain format and organise them. Could I just tag them audiobook and get a column to filter that tag?
serpi is offline   Reply With Quote
Old 09-14-2022, 01:20 PM   #2
serpi
Member
serpi began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Oct 2021
Device: kindle
figured a way out, how do I delete this thread?
serpi is offline   Reply With Quote
Advert
Old 09-14-2022, 01:27 PM   #3
dunhill
Guru
dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.
 
dunhill's Avatar
 
Posts: 892
Karma: 810834
Join Date: Sep 2017
Location: Buenos Aires, Argentina
Device: moon+ reader, kindle paperwhite
It would be better to put the solution so that it can be used by another user.

For example, I have a custom column that depends on another column.
Query name: audio_only
Column Heading: Audio Only
Template:
program:cmp(count(template('[[format]]'), ','), 1, 'no', in_list(template('[[format]]'), ',', 'Ogg', ' Yes', 'no', ',', 'M3u', 'Yes', 'no', ',', 'M4a', 'Yes', 'no', ',', 'Mp3', 'Yes' , 'no')

Last edited by dunhill; 09-14-2022 at 01:38 PM.
dunhill is offline   Reply With Quote
Old 09-14-2022, 01:41 PM   #4
serpi
Member
serpi began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Oct 2021
Device: kindle
Quote:
Originally Posted by dunhill View Post
It would be better to put the solution so that it can be used by another user.

For example, I have a custom column that depends on another column.
Query name: audio_only
Column Heading: Audio Only
Template:
program:cmp(count(template('[[format]]'), ','), 1, 'no', in_list(template('[[format]]'), ',', 'Ogg', ' Yes', 'no', ',', 'M3u', 'Yes', 'no', ',', 'M4a', 'Yes', 'no', ',', 'Mp3', 'Yes' , 'no')
I followed this answer I found on Quora complete credit to Peter Comeau

"You create new categories in the Tag Browser, that is the list of Tags in the bar on the left side of Calibre.

At the bottom of this bar is a button ‘Configure’.

Click that button and choose ‘Manage…’

From the list select ‘User Categories’

In the empty text box at the top type the name you want to give your Category. Then click the ‘+’ button

Now you can add books by Author, Series, Publisher, or Tags from the selection on the left side. Use the drop down Category Selector to choose between these filters.

To add a book, highlight your selection and click the ‘>’ Arrow button.

Click OK and your new Category will appear in the Tag Browser bar."
serpi is offline   Reply With Quote
Old 09-15-2022, 01:20 PM   #5
wiso
Enthusiast
wiso knows what time it iswiso knows what time it iswiso knows what time it iswiso knows what time it iswiso knows what time it iswiso knows what time it iswiso knows what time it iswiso knows what time it iswiso knows what time it iswiso knows what time it iswiso knows what time it is
 
wiso's Avatar
 
Posts: 33
Karma: 2114
Join Date: Nov 2021
Device: kindle
There are many ways of doing it.

1) As dunhill has said

2) Same, but with a list of formats.

program:
my_formats = 'Ogg,M3u,M4a,M4b,Mp3,Aac,Ac3,Zip,Rar';
if list_intersection(lowercase($formats), my_formats, ',') then
'Yes'
else
'Nope'
fi

3) Directly display the format

In any case, add new rules in the /preferences/appearance/icons column to add distinctive icons for books, audiobooks, or whatever we save in caliber.

P.S: You can edit your custom column duration or use AudioBook_Duration plugin for that
Attached Thumbnails
Click image for larger version

Name:	audiob.jpg
Views:	67
Size:	12.5 KB
ID:	196553  

Last edited by wiso; 09-15-2022 at 01:50 PM.
wiso is offline   Reply With Quote
Advert
Old 09-15-2022, 01:55 PM   #6
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,047
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by wiso View Post
There are many ways of doing it.

1) as dunhill has said

2) same, but with a list of formats.

program:
my_formats = 'Ogg,M3u,M4a,M4b,Mp3,Aac,Ac3,Zip,Rar';
if list_intersection(lowercase($formats), my_formats, ',') then
'Yes'
else
'Nope'
fi

3) directly display the format

In any case, add new rules in the /preferences/appearance/icons column to add distinctive icons for books, audiobooks, or whatever we save in caliber.

P.S: You can edit your custom column duration or use AudioBook_Duration plugin for that
Your list includes 2 'formats' that already have use as e-Books (Rar, Zip)
I woner if Kovid could add a FOL (folder) so you could drop (add to FOL) Audio/Video into the FOL, even if they had the same extension used by books.
theducks is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to organise audiobooks svenlind Audiobook Hardware & Software 11 06-05-2019 05:38 AM
Request: template-making assistance for column built from other columns iienderii Library Management 9 04-04-2016 10:27 PM
organise my books sian Amazon Kindle 18 12-25-2014 02:30 AM
Need assitance with Column making Binkyboy General Discussions 4 12-19-2011 12:40 PM
Best way to Organise a collection roryok General Discussions 24 08-19-2010 04:59 PM


All times are GMT -4. The time now is 02:47 AM.


MobileRead.com is a privately owned, operated and funded community.