Skip to content

Import meta data and playlists from Banshee to Clementine

Notifications You must be signed in to change notification settings

isaaclw/Banshee2Clementine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

banshee2clementine

Description

b2c is a simple tool to import some meta data and playlists from htp://banshee.fm/[Banshee player] to Clementine

It currently imports the following meta data (only for files added both to Banshee and Clementine): * rating * play count * skip count

By default it just does nothing. You need to specify at least --update-stats or --import-playlists options

Available options

./b2c.py --help
usage: b2c.py [-h] [--banshee-db BANSHEE_DB] [--clementine-db CLEMENTINE_DB] [--update-stats] [--import-playlists]

Import banshee data into clementine DB

optional arguments:
  -h, --help            show this help message and exit
  --banshee-db BANSHEE_DB
                        path to banshee DB if not automatically found
  --clementine-db CLEMENTINE_DB
                        path to clementine DB if not automatically found
  --update-stats        update score, play count and skip counts
  --import-playlists    import banshee playlists

Example usage to import both stats and playlists

./b2c.py --update-stats --import-playlists

About

Import meta data and playlists from Banshee to Clementine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%