-
Notifications
You must be signed in to change notification settings - Fork 3
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
add completness information to playlist title #30
add completness information to playlist title #30
Conversation
I think it would be better to display the progress in the playlist description instead of the title:
What do you think? |
8b46ae5
to
12bb731
Compare
|
No, just an FYI that might confuse someone if they ever need to look at jellyfin's directories e.g. when migrating.
Yes, it currently gets set to the Spotify playlist description if that exists:
|
okay, sounds reasonable.
... maybe this is too verbose... what do you think? |
What about:
Translations won't really be feasible. As far as I know, Jellyfin's localisation is not accessible / extendable by plugins. |
Can we use a Spotify link instead of an ID in the description? The ID is unnecessarily technical I think. |
Hm, how about like this:
The only reason I would prefer the ID is that I don't think we can use any formatting or HTML inside the overview, so it would always show the full url (and without testing I'm not sure if it would actually render as a clickable link). |
@AlexLArmstrong do you have any time soon to continue with this PR or would you like me to take over to finish it? I will prepare a new release soon and it would be nice to include this feature if possible :) |
Ok, due to the fact that Jellyfin 10.9 was released in the meantime, the last proposed version on how to display the info in the "description" won't really work anymore 😕
With 10.9, the tagline is also compacted to
Edit: Oh, apparently line breaks in the overview field work with 10.9 if multiple '\n' are given. So the formatting should still be possible |
I did the changes to show the completeness info via the description instead of renaming the playlist.
If anyone has any preferences or suggestions regarding the solution shown in the screenshot, please let me know :) |
Nice. I think the formatting could be condensed a bit if line breaks aren't used, and I feel like the origin ID isn't all that useful to see, unless the ID isn't shown anywhere else. Maybe something along the lines of:
That's a bit less technical but still contains all of the relevant info. |
Looks good. |
I think the playlist name should make that clear enough. You could add the original name in case the playlist was renamed? Also, I think if a whole user is synced (and not individual playlists) no playlist ID is shown even on the dashboard, even on the dashboard. But again, the playlist name should be sufficient for that. |
fixes #29