We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be great to have the possibility to download entire library/artist versus just albums & songs.
The text was updated successfully, but these errors were encountered:
I found a server side "fix" for this, smart playlists:
% cat all.nsp { "all": [ {"gt": {"playCount":-1}} ], "sort": "title" }
Then simply select all, right click and download.
However, when doing this album tag seems to be stripped.
Sorry, something went wrong.
Looks like when it creates the track if it isn't known already, it essentially creates it as an orphan. In the returned XML (example linked), the IDs do exist, so this path could just create all those objects if not existent.
Deal with playlist entries pointing to things not already known
cdd3391
Not entirely sure if best approach for playlist/now playing entries. Mentioned in a workaround for GH-147.
No branches or pull requests
Would be great to have the possibility to download entire library/artist versus just albums & songs.
The text was updated successfully, but these errors were encountered: