Skip to content

Python script to keep track of your recently played tracks on Spotify!

License

Notifications You must be signed in to change notification settings

Ezelboy1000/RecentlyPlayed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RecentlyPlayed

Python script to keep track of your recently played tracks on Spotify!

What it does or doesn't do:

  • Creates/searches a playlist called "RecentlyPlayed"
  • Doesn't create duplicate songs in your playlist
  • Configurable polling interval (5 seconds is default)
  • Configurable delay before adding a song (30 seconds is default)
  • Can fill initial playlist with configurable amount of recent songs that Spotify kept track of (might contain duplicates though, off by default)
  • Option to keep a max amount of songs in the playlist (50 is default)
  • Option to move tracks back to top when played again (on by default)
  • Option to move tracks back to top when playing the RecentlyPlayed playlist (off by default)

What you'll need:

How to use:

  • Edit the config section in RecentlyPlayed.py
  • pip install -r requirements.txt
  • python3 RecentlyPlayed.py

Known bugs:

  • Can't find the RecentlyPlayed playlist anymore when it's lower than number 50 of your created playlists
  • When move_playing_playlist is set to True shuffling in the RecentlyPlayed playlist causes it to play the same songs multiple times

About

Python script to keep track of your recently played tracks on Spotify!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages