Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 04-10-2021, 02:24 AM   #1
xiaojohn
Enthusiast
xiaojohn began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Nov 2012
Location: Sydney, Australia
Device: Boox Poke5, Boox MaxLumi and Boox Tab Ultra C
Sorting a saved search

Is it possible to include a specific sort in a saved search, so that when you click on the saved search, it will display the books in a predetermined order. Specifically, I would like to see all my PDFs (and no other formats) sorted by date - it would make it easier when transferring recent books to remote devices.

Thanks.
xiaojohn is offline   Reply With Quote
Old 04-10-2021, 04:55 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,279
Karma: 27111060
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Use the view manager plugin.
kovidgoyal is offline   Reply With Quote
Advert
Old 04-14-2021, 03:54 AM   #3
xiaojohn
Enthusiast
xiaojohn began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Nov 2012
Location: Sydney, Australia
Device: Boox Poke5, Boox MaxLumi and Boox Tab Ultra C
Thanks. That works. However, I use Calibre Companion to move books onto my devices, and that app doesn't seem to be able to view my Calibre library with two sort order commands: first date, then format. Any suggestions?
xiaojohn is offline   Reply With Quote
Old 04-14-2021, 09:57 AM   #4
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,395
Karma: 8012652
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by xiaojohn View Post
Thanks. That works. However, I use Calibre Companion to move books onto my devices, and that app doesn't seem to be able to view my Calibre library with two sort order commands: first date, then format. Any suggestions?
Are you talking about CC's content server connection? If so then yes, that is a limitation of the OPDS protocol CC and calibre use.

Are you talking CC's library? If so, and assuming you are using CC Android, go to Settings / Sorting and set up a "User defined sort" to sort how you want.
chaley is offline   Reply With Quote
Old 04-15-2021, 01:09 AM   #5
xiaojohn
Enthusiast
xiaojohn began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Nov 2012
Location: Sydney, Australia
Device: Boox Poke5, Boox MaxLumi and Boox Tab Ultra C
Yes, i was talking about CC's content server connection. Thanks for confirming that what I wanted doesn't look possible - I can get on with my life!
xiaojohn is offline   Reply With Quote
Advert
Old 04-15-2021, 06:28 AM   #6
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,395
Karma: 8012652
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by xiaojohn View Post
Yes, i was talking about CC's content server connection. Thanks for confirming that what I wanted doesn't look possible - I can get on with my life!
Overnight I thought of a way you can do this. Create a custom "Column built from other columns". Check "Show in the tag browser" so it will appear in the content server connection. Use the template to get text as you want it sorted. From what you said I think you want
Code:
{date:format_date(iso)}-{title}
chaley is offline   Reply With Quote
Old 04-16-2021, 07:57 AM   #7
xiaojohn
Enthusiast
xiaojohn began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Nov 2012
Location: Sydney, Australia
Device: Boox Poke5, Boox MaxLumi and Boox Tab Ultra C
Thanks. I understand the principle, but I have no experience with coding templates. Your suggested code doesn't quite work - CC still sorts from oldest to newest, when I want the opposite. And it shows all formats, when I want it to only show PDFs.

In brief, I want CC's content server to show all my library's PDFs sorted from newest to oldest. Can you suggest a template that might do this?
xiaojohn is offline   Reply With Quote
Old 04-16-2021, 02:17 PM   #8
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,395
Karma: 8012652
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by xiaojohn View Post
Thanks. I understand the principle, but I have no experience with coding templates. Your suggested code doesn't quite work - CC still sorts from oldest to newest, when I want the opposite. And it shows all formats, when I want it to only show PDFs.

In brief, I want CC's content server to show all my library's PDFs sorted from newest to oldest. Can you suggest a template that might do this?
Nope. I am out of ideas.
chaley is offline   Reply With Quote
Old 04-16-2021, 05:42 PM   #9
xiaojohn
Enthusiast
xiaojohn began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Nov 2012
Location: Sydney, Australia
Device: Boox Poke5, Boox MaxLumi and Boox Tab Ultra C
Okay - thanks for giving it thought.
xiaojohn is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
saved search -> saved ottischwenk Calibre 2 02-06-2020 01:53 AM
Difference in Manual Search and Saved Search phossler Editor 4 10-04-2015 12:17 PM
Saved Search: How 2 theducks Library Management 3 11-27-2012 02:10 PM
Editing a saved search crossi Library Management 3 06-26-2012 12:12 PM
Need help setting up a saved search ficbot Calibre 1 07-10-2010 02:10 PM


All times are GMT -4. The time now is 08:55 PM.


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