Realtime downloading doesn't seem to work #7
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Investigation
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
spotizerrphoenix/spotizerr-phoenix#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pretty simple - the 'realtime' option doesn't seem to work for me. This was also the case with the last version(s) of the original Spotizerr. Even with the option on, songs take maybe 10 seconds to download, and I don't want to risk being flagged by doing that in any decent scale.
This is debian/docker version, downloading from Spotify.
Compose ():
Config file - I'm not sure if the "version 3.3.1" tag remains necessary as it was in the last spotizerr version:
{ "version": "3.3.1", "watch": { "enabled": false, "watchPollIntervalSeconds": 3600, "maxTracksPerRun": 50, "watchedArtistAlbumGroup": [ "album", "single" ], "delayBetweenPlaylistsSeconds": 2, "delayBetweenArtistsSeconds": 5, "useSnapshotIdChecking": true, "maxItemsPerRun": 50 }, "service": "spotify", "spotify": "<USERNAME>", "deezer": "", "fallback": false, "spotifyQuality": "VERY_HIGH", "deezerQuality": "FLAC", "realTime": true, "customDirFormat": "%ar_album%/%album%", "customTrackFormat": "%tracknum% - %music%", "tracknumPadding": true, "saveCover": true, "maxConcurrentDownloads": 1, "utilityConcurrency": 1, "librespotConcurrency": 2, "maxRetries": 3, "retryDelaySeconds": 5, "retryDelayIncrease": 5, "convertTo": null, "bitrate": null, "artistSeparator": "; ", "recursiveQuality": false, "spotifyMetadata": true, "separateTracksByUser": false, "realTimeMultiplier": 0, "padNumberWidth": 2, "sseUpdateIntervalSeconds": 1, "explicitFilter": false }Well, I guess I can close this issue myself, as less than an hour before I posted this, someone replied to my issue in the original spotizerr project from two months ago and pointed out that the default multiplier "0" is not "zero multiplier" as it seems like it should be, but rather, "1"
I would suggest the default in that box should therefore be set to "1" and perhaps "0" should not be accepted as an option. Or otherwise, perhaps the checkbox is not needed, and the text should just say "0 = realtime off, 1 = realtime, 2-10 = multiples of realtime" or something like that.
I don't know if I should close this or keep it open as an issue with the clarity of the UI/settings explanation.
Agreed, it took me a while to realize that the 0 multiplier was actually disabling the real time downloads even though I checked the enable real time downloads box. Both of your proposed solutions sound fine.
updated in release: https://lavaforge.org/spotizerrphoenix/spotizerr-phoenix/releases/tag/v4.0.13
pull latest docker image to see new changes:
spotizerrphoenix/spotizerrctrl shift rorcmd shift r)Will close this issue, test it out and reopen as needed
Awesome, thank you!
I was just reading the docs and noticed it says
I guess when it started at 0 maybe it gave you the option to do something like 0.5. I have no idea if that's useful, i'm super new to this (just set everything up yesterday). If you ever want to bring that back (and if i'm reading it correctly) it could default to 1 instead of 0 but still allow you to go slower than real time (and probably not allow 0.0). Idk, sorry for reopening this just wanted to put that out there.
I don’t know. All I know is that it worked until one of the last updates, and I never changed the multiplier setting, so either that setting got defaulted to zero in the update, or the functionality changed.