Skip to content

Python tool to import playcounts and loved tracks from your last.fm account into iTunes

License

Notifications You must be signed in to change notification settings

werdeil/itunes-last-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

itunes_last_export

The itunes-last-export tool allows you import playcounts from Last.fm to update your iTunes database. It also update in the same time the last played date.

Requirements

This tool is only working on Mac and doesn't work also on Windows.

Install

Install itunes-last-export from the pypi repository:

$ sudo pip3 install itunes-last-export

Run

Start the application using the command:

$ itunes-last-export

The graphical interface shall start, you can then use it.

For information all the cache data is sotred in the .config/itunes_last_export folder of the user.

Install developing version

If you want to use an unofficial version of the itunes-last-export application, you need to work from a clone of this git repository.

  • clone from github

    $ git clone https://github.com/werdeil/itunes-last-export.git
    
  • go in the cloned directory

    $ cd itunes-last-export
    
  • install itunes-last-export in editable mode

    $ pip3 install -e . --user
    
  • start the application exactly in the same way as installed from pypi. All modifications performed in the cloned repository are taken into account when the application starts.

Comments

Feel free to give me any feedback on this github page: http://github.com/werdeil/itunes-last-export/

About

Python tool to import playcounts and loved tracks from your last.fm account into iTunes

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages