Quote:
Originally Posted by chilady1
How does one delete a series from Marvin? I am sure that it is simple and staring me in the face, but just cannot figure this out. Much thanks for help!
|
I'm not sure if there's a simple way to bulk delete a series of books from the Marvin UI, but here's how you will be able to do it using the calibre driver.
With Marvin connected to calibre, type the following text in calibre's search box:
Code:
series:true and ondevice:true
This tells calibre to filter the list of displayed books to those that are in a series, and those that are on the device (Marvin).
Within that list, you can click on the
Series column header, then group-select the books you want to delete.
Click
Remove books, then
Device to remove from Marvin. Or, you can right-click for a context menu, then
Remove books, then
Remove matching books from device.
This will work if the books were added to Marvin from your calibre library.
If the books came from another source, switch to the Device view, showing the books installed in Marvin.
If you've added the books to collections in Marvin, you can filter the list to a particular collection by typing
where 'foo' is a collection name.
Otherwise, you can sort by author, then group-select the books to delete.
G