Releases
After a long drought I finally found time and desire to work on playedit again. It helps that I have a Sansa View again to test things. Lost and found actually worked. In any case here is a new release.
Current Release
- Release 0.1.6
- Download
- Released: 01/02/2013
- Changelog:
- This release primarily reflects the conversion from svn to git.
- Replace deprecated gtkmm code.
Ubuntu Install
If you wish to test the program on Ubuntu 12.10 (Quantal Quetzal) add the following repository:
- deb http://ppa.launchpad.net/glennric/mtp/ubuntu quantal main
- deb-src http://ppa.launchpad.net/glennric/mtp/ubuntu quantal main
Run the following from a terminal to install MTP Playlist Editor.
- sudo apt-get update
- sudo apt-get install playedit
MTP Playlist Editor depends on at least version 0.3.5 of the package libmtp8.
GIT Clone
If you are interested in looking at the latest development source you can do so through the SourceForge Git repository in one of two ways
- Browse GIT via the web: https://sourceforge.net/p/playedit/code
Alternatively you can check out the source from the git repository with:
- git clone git://git.code.sf.net/p/playedit/code playedit
To build from GIT run the following commands in the playedit directory
- ./autogen.sh
- make
- make install
Previous Releases
- Release 0.1.5
- Download
- Released: 09/12/2011
- Changelog:
- Updated code to gtkmm 3.0.
- Added the ability to add music to the device via drag and drop.
- Added the ability to remove music and albums from the device.
- Added the cabability of editing music and album metadata on the device.
- Added the ability to rename the device.
- Release 0.1.4
- Download
- Released: 04/30/2011
- Changelog:
- Converted to c++
- Added automatic device detection via udev
- Added a total duration line to the playlist tooltips
- Fixed a considerable number of little bugs. Particularly in the handling of tracks on the device that do not have proper metadata.
- Release 0.1.3
- Download
- Released: 03/18/2009
- Changelog:
- Reverted changes that caused segmentation fault if device is not present
- Added playlist tooltip
- Added multiple drag and drop reordering to the playlist treeview
- Added multiple drag icon
- Release 0.1.2
- Download
- Released: 03/02/2009
- Changelog:
- Added multiple row drag capability from the music treeview
- Added autoscroll on drag hover to the playlist treeview
- Improved positioning of drops into the playlist treeview
- Release 0.1.0
- Download
- Released: 02/02/2009
- Changelog:
- Improved drag and drop interface
- Restructured music list so that artist rows are inert
- Fixed other minor bugs
- Release 0.1.0+beta3
- Download
- Released: 01/30/2009
- Changelog:
- Fixed major bugs in dealing with tracks not contained in an album on the device
- Improved handling of tracks improperly crosslisted in mutliple albums
- Updated main window image in help files
- Release 0.1.0+beta2
- Download
- Released: 01/28/2009
- Changelog:
- Really the initial release (ignore the 2)
- Release 0.1.0+beta1
- Not really a release. Oops.