Skip to content
New issue

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

More options for downloading offline #147

Open
dxlr8r opened this issue Jul 24, 2023 · 2 comments
Open

More options for downloading offline #147

dxlr8r opened this issue Jul 24, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@dxlr8r
Copy link

dxlr8r commented Jul 24, 2023

Would be great to have the possibility to download entire library/artist versus just albums & songs.

@dxlr8r dxlr8r added the enhancement New feature or request label Jul 24, 2023
@dxlr8r
Copy link
Author

dxlr8r commented Jul 24, 2023

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.

@NattyNarwhal
Copy link
Member

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.

NattyNarwhal added a commit that referenced this issue Jul 28, 2023
Not entirely sure if best approach for playlist/now playing entries.

Mentioned in a workaround for GH-147.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants