09/30/2016, version 1.3.6
- README-DMG.md, README-GNUstep.md, README-OSX.md, README.md, iTunesFS.xcodeproj/project.pbxproj:
Improved documentation
- iTunesFS.xcodeproj/xcshareddata/xcschemes/Debug.xcscheme, iTunesFS.xcodeproj/xcshareddata/xcschemes/Release.xcscheme:
Added public build schemes
- COPYING, COPYRIGHT:
it's 2016, already
03/25/2015, version 1.3.5
- v1.3.5
- GNUmakefile, Info.plist, NSMutableArray+Extensions.h, NSMutableArray+Extensions.m, Version, iTunesFS.xcodeproj/project.pbxproj, iTunesFileSystem.m:
Try all mountedLocalVolumePaths in addition to mountedRemovableMedia as iPods (and/or iPhones). If you're using i.e. iExplorer to mount your iPhone, this will now work out of the box.
01/14/2015, version 1.3.3
- English.lproj/Localizable.strings, French.lproj/Localizable.strings, German.lproj/Localizable.strings, Italian.lproj/Localizable.strings, Japanese.lproj/Localizable.strings, Spanish.lproj/Localizable.strings, iTunesLibrary.m:
Localized "M3UPlaylists" folder.
- iTunesLibrary.h, iTunesLibrary.m, iTunesM3UPlaylist.h, iTunesM3UPlaylist.m, iTunesPlaylist.h, iTunesPlaylist.m, iTunesTrack.h, iTunesTrack.m:
Added new option "ShowM3UPlaylistFiles" which, if used, places proper M4U playlists in playlist folders which have tracks in them.
- iTunesLibrary.m, iTunesM3UPlaylist.m, iTunesPlaylist.h, iTunesPlaylist.m:
iTunesPlaylist exposes -allTracks, in order to provide a preserved copy of iTunes's original content required for properly rendering i.e. a M3U playlist. It might be desirable for iTunesPlaylist to also offer M4U playlists contained in their folders, to have a second, different view on its contents.
- Info.plist, iTunesFS.xcodeproj/project.pbxproj, iTunesLibrary.h, iTunesLibrary.m, iTunesM3UPlaylist.h, iTunesM3UPlaylist.m, iTunesPlaylist.h, iTunesPlaylist.m, iTunesTrack.h:
Added on-demand generation of M3U playlists. These M3U playlists use the extended format as described at http://www.scvi.net/pls.htm. Use the new "M3UTrackFormat" default to customize the titles.
08/07/2012, version 1.3.2
- iTunesFormatFile.m:
fixed formatter retrieval bugs in -getFormatter
- iTunesPlaylist.h, iTunesPlaylist.m:
improved fileAttributes to speed up Finder updates
- iTunesFS.xcodeproj/project.pbxproj:
file encodings fixed, compilers updated for Mountain Lion, dead files removed
- English.lproj/PlaylistsTrackFormat.txt:
more examples added to PlaylistsTrackFormat.txt
02/19/2012, version 1.3.1
- v1.3.1
- Info.plist, Version, iTunesFS.xcodeproj/project.pbxproj, iTunesFSInfo.plist:
Reenabled ppc build, updated copyright infos (it's 2012 by now), bumped version to 1.3.1
09/23/2011, version 1.3.0
- iTunesFS.xcodeproj/project.pbxproj:
Link against OSXFUSE instead of MacFUSE
04/27/2011, version 1.2.2
- v1.2.2
- Info.plist, Version:
it's 1.2.2 release time after tester reported back everything's ok
02/22/2011, version 1.2.1
- v1.2.1
- Info.plist, Version, iTunesFS.xcodeproj/project.pbxproj:
Updated everything for proper v1.2.1 release
07/09/2010, version 1.1.12
- Info.plist, Version, iTunesFS.xcodeproj/project.pbxproj:
New version 1.1.12b1, fixes SDKROOT to be 10.5 instead of 10.6.
03/15/2010, version 1.1.11
- Info.plist, Version:
bumped version to 1.1.11
- iTunesFS.xcodeproj/project.pbxproj:
Set MacOSX10.6 as default SDK
05/23/2007, version 1.0.3
- Info.plist, Resources/English.lproj/InfoPlist.strings, Version, iTunesFS.xcodeproj/project.pbxproj:
Automated setting of version information in Info.plist, removed Resources/English.lproj/InfoPlist.strings for the time being. Removed comment in Version file as it's no longer appropriate.
05/22/2007, version 1.0.0
- v1.0.0
- AUTHORS, COPYING, COPYRIGHT, Info.plist, NOTES, README, Resources/English.lproj/MainMenu.nib/classes.nib, Resources/English.lproj/MainMenu.nib/info.nib, Resources/English.lproj/MainMenu.nib/keyedobjects.nib, Resources/iTunesFS.icns, Version, common.h, iTunesFS.xcodeproj/project.pbxproj, iTunesFileSystem.h, iTunesFileSystem.m, iTunesLibrary.h, iTunesLibrary.m:
First import of iTunesFS, a FUSE based file system for accessing iTunes playlists as a file system.