You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user I want to be have a single view of items I have selected to sync for a library, so I can get a clear picture of what items are stored on my device.
There should be an additional item in the root of the browser.
When the user clicks on this item, it should list all synced items and synced files that it can show.
Note
JRiver Media Center does not have an API to get "Item" metadata (such as the name of the item), so it will either need to be stored locally or the tree will need to be walked at each request to get the current names of ID's. This being the case, items should only be shown if a name can be shown for the item as well.
As a user I want to be have a single view of items I have selected to sync for a library, so I can get a clear picture of what items are stored on my device.
Note
JRiver Media Center does not have an API to get "Item" metadata (such as the name of the item), so it will either need to be stored locally or the tree will need to be walked at each request to get the current names of ID's. This being the case, items should only be shown if a name can be shown for the item as well.