Maciej wrote:
Hi MaciejI was able to get iPodFS going with my freevo but I need to create dynamic menu item to umount iPod. So once iPod is plugged in system mounts filesystem and I need to have entry in main menu "Remove iPod". Once it is pressed, system umounts it and removes "Remove iPod" from main menu. Can something like this be done?TIA Maciej You should be able to use the commands plugin for this. John --- On Tue, 6/23/09, Jake Briggs <[email protected]> wrote:From: Jake Briggs <[email protected]> Subject: Re: [Freevo-users] iPod support To: [email protected] Date: Tuesday, June 23, 2009, 5:06 PM I managed to get FUSEpod to go with only one issue on Ubuntu 9.04 (Jaunty Jackalope). You need to modify a file though. You need to add the line : #include <cstring> in the file fusepod_util.h before you compile it. Just chuck it underneath all the other includes. Then I have it auto mount with a script I wrote, it mounts to ~/ipod. You can configure it to have pretty much any directory structure you want! I have: ~/ipod/artist/album/tracknum - trackname.extention ~/ipod/album/artist - album/tracknum - trackname.extention ~/ipod/year/albumyear/artist - album/tracknum - trackname.extention ~/ipod/all/artist - album - tracknum - trackname.extention ~/ipod/genre/grenrename/artist/album/tracknum - trackname.extention ~/ipod/rating/ratingnumber/artist - album - tracknum - trackname.extention ~/ipod/Playlists/playlistname/tracknum - album - trackname.extention Jake Maciej wrote: |
------------------------------------------------------------------------------
_______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
