https://github.com/cfstras/tusync
a tool to sync an itunes library to any mp3 player like android devices
https://github.com/cfstras/tusync
Last synced: 3 months ago
JSON representation
a tool to sync an itunes library to any mp3 player like android devices
- Host: GitHub
- URL: https://github.com/cfstras/tusync
- Owner: cfstras
- Created: 2012-11-08T13:53:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-10T09:46:53.000Z (over 11 years ago)
- Last Synced: 2026-03-10T20:28:25.014Z (4 months ago)
- Language: Java
- Homepage:
- Size: 9.4 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: licenses/bzip2.txt
Awesome Lists containing this project
README
tuSync [](https://travis-ci.org/cfstras/tuSync)
======
###Why?
i was looking for a solution to sync my _iTunes_ library to my _Android_ device for a long time.
###Pros
_tuSync_ is aimed to take your music library, have you select any number of playlists from it,
and then sync every title contained in them into a chosen folder (or your _mobile device_).
the files are still neatly organized into folders and don't have any duplicates.
also, your playlists are exported into _.m3u_ files, which get copied to the destination folder.
###Cons
currently, only _iTunes_ libraries are supported, but that should change soon.
if your library has duplicates, they will most likely be synced, too. will fix that once i get a report :D
###Disclaimer
*This program is far from finished.*
It may destruct your computer, your whole network or induce World War III.
I am not responsible for anything this code does on your computer, your family or your cat.
You are completely on your own, I probably don't yet know myself how to solve any problems you might encounter
(If I did, I would have fixed it).
###License
_tuSync_ is currently published under the GPLv3.
http://www.gnu.org/licenses/gpl
_Xmlwise_, a nice helper for PList files which is used in tuSync, located here: http://code.google.com/p/xmlwise/
is licensed under the MIT license.
http://opensource.org/licenses/mit-license.php
props to Christoffer Lernö for writing that thing.