iTunes Playlist Export 1.5 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News iTunes Playlist Export 1.5 (Default branch)
# 1  
Old 11-20-2008
iTunes Playlist Export 1.5 (Default branch)

iTunes Export provides the ability to export iTunes Playlists to the standard .m3u file format. Unfortunately, this feature is not included in the iTunes application and is extremely useful for users who wish to use iTunes with other applications or devices. iTunes Export is written in C# (.Net). iTunes Export provides a Command Line version (tested on Mono) and a GUI version, as well as a library that developers can use in their own applications. License: BSD License (revised) Changes:
An issue with invalid characters in playlist filenames was fixed. Some characters are valid in playlist names (within iTunes), but not valid in filenames for the resulting playlist files. Multi-Language support was added for the GUI version. Descriptions are now available in English and French. The Library reader and all playlist writers were updated to use UTF-8 encoding. The export routine was changed to include audio streams. Disabled tracks (tracks that are unchecked in iTunes) are now ignored. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
IBID-DB(1)						     Ibid - Multi-protocol Bot							IBID-DB(1)

NAME
ibid-db - Database management utility for Ibid SYNOPSIS
ibid-db command [options...] DESCRIPTION
This utility is for offline management of your Ibid bot's database. Used for import, export, and upgrades. The export format is DBMS-agnostic and can be used to migrate between different databases. COMMANDS
-e FILE, --export=FILE Export DB contents to FILE. Export format is JSON. FILE can be - for stdin/stdout or can end in .gz for automatic gzip compression. -i FILE, --import=FILE Import DB contents from FILE as exported by this utility. FILE can be - for stdin/stdout or can end in .gz for automatic gzip compression. Note: The DB must be empty first. -u, --upgrade Upgrade DB schema to the latest version. You need to run this after upgrading your bot. Note: You should backup first. OPTIONS
--version Show the program's version and exit. -h, --help Show a help message and exit. -v, --verbose Turn on debugging output to stderr. FILES
ibid.ini Locates the database to act upon by looking for the [databases].ibid value in the bot configuration file in the current directory. SEE ALSO
ibid(1), ibid.ini(5), ibid-setup(1), http://ibid.omnia.za.net/ Ibid 0.1 March 2010 IBID-DB(1)