03-02-2026, 12:10 AM
I seem to have imported the same PDF multiple times, and botched each one horribly. Mea culpa - I never checked, and subsequently have done lots more importing over time. Now I want to get rid of all of these titles. When I used companion, I see they all come from the same pdf, something like /var/mobile/Containers....../TheSamePDF.pdf
None of them is in a Setlist, collection, etc.
How can I get rid of these? If i knew the file msb format I could perhaps code something to do it - which I'd share. But it seems pretty dangerous. I can export the library info including file and date, and confirm that it's from importing the same file. I suppose what I'd like to do is a bulk edit which would in essence be
delete from msb where filename like '%TheSamePDF.pdf';
What's the best way for me to handle this, other than starting from scratch?
Thanks!
None of them is in a Setlist, collection, etc.
How can I get rid of these? If i knew the file msb format I could perhaps code something to do it - which I'd share. But it seems pretty dangerous. I can export the library info including file and date, and confirm that it's from importing the same file. I suppose what I'd like to do is a bulk edit which would in essence be
delete from msb where filename like '%TheSamePDF.pdf';
What's the best way for me to handle this, other than starting from scratch?
Thanks!

