If it's anything like MiniDLNA, then adding an albumartist/album that precedes all your existing albums in the filesystem (alphabetically) e.g. 5 Seconds of Summer, will probably break the rest of your bookmarks.
It might be worth asking the BubbleUPnP developer if he'd consider changing the way bookmarks are stored, at least for objects like artists/albums (things that can be searched).
Bookmarks are broken
Collapse
X
-
Thanks for the responses. I realized later that I was asking about a problem with Bubble UPnP in the wrong place. However, it has been informative and I did do a rescan just before the bookmarks broke (but only some of them).
CheersLeave a comment:
-
Unfortunately the way most control points implement bookmarking is to store the internal container ids, which are only really supposed to be used when browsing the hierarchy, as such they don't necessarily persist across rescans.I have a bunch of bookmarks, all of them are artists. When I first create them, they work (clicking them brings up all albums by that artist). Eventually, they start breaking and I get a "Browse error" dialogue that says: Reason: Internal error. Out of the 16 bookmarks, four of them are now broken.
After a preliminary scan.
After a rescan having added some new music.Code:<container id="co2BA000A26FAA55CE" parentID="co7D3D8F406C6EC30F" restricted="0" searchable="1"> <dc:title>Elton John</dc:title> <dc:creator></dc:creator> <upnp:genre>Pop</upnp:genre> <upnp:class>object.container.person.musicArtist</upnp:class> </container>
Notice how the container ids differ.Code:<container id="coDBDEC6EC00B7EFF7" parentID="co7D3D8F406C6EC30F" restricted="0" searchable="1"> <dc:title>Elton John</dc:title> <dc:creator></dc:creator> <upnp:genre>Pop</upnp:genre> <upnp:class>object.container.person.musicArtist</upnp:class> </container>
The only servers that I've tested are AssetUPnP, MinimServer and MiniDLNA and they all behave the same way.
One possible approach would be for the control point to store the bookmark as a UPnP search.Leave a comment:
-
Bookmarks are broken
I have a bunch of bookmarks, all of them are artists. When I first create them, they work (clicking them brings up all albums by that artist). Eventually, they start breaking and I get a "Browse error" dialogue that says: Reason: Internal error. Out of the 16 bookmarks, four of them are now broken.
I am running Asset on a Synology NAS.Tags: None
Leave a comment: