Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.49 KB

README.asciidoc

File metadata and controls

44 lines (34 loc) · 1.49 KB

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