blastbeng / spotisub

Spotify to subsonic Playlist Generator and Importer
MIT License
105 stars 6 forks source link

Not an issue, just a question about ENV #49

Closed janaxhell closed 2 months ago

janaxhell commented 2 months ago

Is there an existing issue for this?

Expected feature

While it is clear to me what the other ENV variables are for, I'm a bit confused about these 2:

PLAYLIST_GEN_SCHED  Interval in hours to schedule the custom playlist import, set to 0 to disable this generator    3   No
SAVED_GEN_SCHED     Interval in hours to schedule the saved tracks playlist import, set to 0 to disable this generator  2   No

What are imported playlists? Imported from where? What is the difference with Recommendations and Artists playlists?

Possible Solutions


Context / Reason

Trying to figure how to set ENV's in compose.

Code of Conduct

blastbeng commented 2 months ago

Hi!

1.Imported playlists are playlists that you follow on spotify, playlists created by you on spotify and your saved playlists on Spotify.

2.Artist Recommendations are Spotify recommendations by artist, like when you go on an artist page on spotify and Spotify recommends you some correlated songs.

3.Recommendations, are your Spotify recommendations. The songs that Spotify recommends to you based on what you listen.

janaxhell commented 2 months ago

1.Imported playlists are playlists that you follow on spotify, playlists created by you on spotify and your saved playlists on Spotify.

Ahh, ok. I last used Spotify years ago, so I forgot about that. I just thought about those generated by the algorithm. Ok, all clear, thanks