Skip to content

Commit

Permalink
It's 2015 already and several docs had to be updated. Bumped version …
Browse files Browse the repository at this point in the history
…to 1.3.3.
  • Loading branch information
znek committed Jan 14, 2015
1 parent b3dc765 commit a2ac003
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 33 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2007-2011, Marcus M�ller <znek@mulle-kybernetik.com>.
Copyright (c) 2007-2015, Marcus M�ller <znek@mulle-kybernetik.com>.
All rights reserved.


Expand Down
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright (c) 2007-2011, Marcus M�ller <znek@mulle-kybernetik.com>.
Copyright (c) 2007-2015, Marcus M�ller <znek@mulle-kybernetik.com>.

Contact: znek@mulle-kybernetik.com
8 changes: 4 additions & 4 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleGetInfoString</key>
<string>iTunesFS version 1.3.2, Copyright 2007-2012 Mulle kybernetiK.</string>
<string>iTunesFS version 1.3.3, Copyright 2007-2015 Mulle kybernetiK.</string>
<key>CFBundleIconFile</key>
<string>iTunesFS</string>
<key>CFBundleIdentifier</key>
Expand All @@ -19,17 +19,17 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.2</string>
<string>1.3.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.3.2</string>
<string>1.3.3</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSUIElement</key>
<string>1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2007-2012 Mulle kybernetiK.</string>
<string>Copyright 2007-2015 Mulle kybernetiK.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
31 changes: 9 additions & 22 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ What is it?
iTunesFS allows you to mount your local iTunes library and locally mounted
iPods/iPhones as a single file system mount point, exposing all the details
like artists, albums and playlists as separate directories with their
respective entries. The naming of tracks within these directories is
configurable and playlist order can be maintained by prefixing tracks with
their respective playlist index.
respective entries. The naming of tracks and playlists within these directories
is highly configurable.

Please note that you have to install MacFUSE Core before you can use iTunesFS!
MacFUSE Core is available at http://code.google.com/p/macfuse/.
Please note that you have to install OSXFUSE before you can use iTunesFS!
OSXFUSE is available at http://osxfuse.github.com/.

As of version 1.1.3, you can also build this application using GNUstep on any
supported unix-like system (i.e. FreeBSD). Please read README-GNUstep for
Expand All @@ -19,29 +18,17 @@ further information regarding FUSE and GNUstep.
Further information
===================

The iTunesFS homepage is at
http://www.mulle-kybernetik.com/software/iTunesFS.
The iTunesFS homepage is at http://www.mulle-kybernetik.com/software/iTunesFS/.

Sourcecode is available via anonymous Subversion (svn) access at
http://svn.mulle-kybernetik.com/iTunesFS. For license information have a
look at the 'COPYING' file.
Binaries and source can be downloaded from the homepage.
For license information have a look at the 'COPYING' file.
In case you have further questions, feel free to write an email to
Marcus Mueller <znek@mulle-kybernetik.com>.


TODO / IDEAS
============

- expose iTunesTrack metadata to Spotlight
- would need to gather that metadata (Artist, Album, etc.) first
(but that's trivial)
- spotlight metadata format is subject to change between OS revisions,
not trivial to reverse engineer
- create .fseventsd folder?


References
==========

iTunesFS - http://www.mulle-kybernetik.com/software/iTunesFS
MacFUSE - http://code.google.com/p/macfuse/
iTunesFS - http://www.mulle-kybernetik.com/software/iTunesFS/
OSXFUSE - http://osxfuse.github.com/
2 changes: 1 addition & 1 deletion Version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MAJOR_VERSION=1
MINOR_VERSION=3
SUBMINOR_VERSION=2
SUBMINOR_VERSION=3
6 changes: 3 additions & 3 deletions create-itunesfs-binary-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ fi

# copy binaries
pushd $BIN_DIR/.. > /dev/null
gnutar cf - ${BIN_DIR##*/} | ( cd $DST_DIR ; gnutar xf - )
tar cf - ${BIN_DIR##*/} | ( cd $DST_DIR ; tar xf - )
popd > /dev/null

# copy READMEs
cd $SOURCE_DIR
gnutar cf - README AUTHORS COPYING COPYRIGHT | ( cd $DST_DIR; gnutar xf - )
tar cf - README AUTHORS COPYING COPYRIGHT | ( cd $DST_DIR; tar xf - )

# remove extra garbage
cd $DST_DIR
Expand All @@ -57,7 +57,7 @@ hdiutil eject ${DISK}
DISK=`hdid ${DST_IMG} | awk '{print $1}'`

#copy package to .dmg
gnutar cf - . | ( cd "/Volumes/${VOLUME_NAME}" ; gnutar xf - )
tar cf - . | ( cd "/Volumes/${VOLUME_NAME}" ; tar xf - )

# once again eject, to synchronize
hdiutil eject ${DISK}
Expand Down
3 changes: 2 additions & 1 deletion iTunesFSInfo.plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
NSHumanReadableCopyright = "Copyright 2007-2012 Mulle kybernetiK.";
NSHumanReadableCopyright = "Copyright 2007-2015 Mulle kybernetiK.";
NSUserDefaults = {
FUSEMountName = "iTunesFS";
FUSEMountPath = "/tmp/iTunesFS";
Expand All @@ -8,6 +8,7 @@
AlbumsTrackFormat = "%(name).%(ext)";
PlaylistsTrackFormat = "%(playlistNumber#000) %(name).%(ext)";
"PlaylistsTrackFormat[folders]" = "%(artist) / %(album) / %(trackNumber#00) %(name).%(ext.lowercaseString)";
M3UTrackFormat = "%(name)";
ShowFormatFiles = YES;
};
}

0 comments on commit a2ac003

Please sign in to comment.