Skip to content
/ WrapPy Public

Spotify Wrapped-like script that uses VLC log file to find play history.

License

Notifications You must be signed in to change notification settings

dp-zini/WrapPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

WrapPy

Uses VLC log file to find play history and wraps it up for you.

Installation

You need to set up VLC logging. Open VLC -> Tools -> Preferences, Select All settings in the bottom right of the menu, logger, create log file, set log settings to debug and you're ready.

You can dump the vlc_media.db on android from Settings -> Advanced -> Dump Media Database. From there you can get the file from the root of your device and run the script with it.

pip install mutagen pandas

Usage

$ python wrap.py

From the CLI:

  • Enter log file path
  • You're done!

Contributions

Feel free to contribute.

License

Licensed under the MIT License, for more info see LICENSE

Not affiliated with Spotify, at all.

About

Spotify Wrapped-like script that uses VLC log file to find play history.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages