September 26, 201312 yr I have made a plugin for MP3FS http://unraid.zeron.ca/plugins/mp3fs/MP3FS-0.32_unRaid5.0-i686-3Zeron.plg The version included has a patch to disable the syslog spamming of MP3FS. As required by the GPL; you can find that patch here: http://unraid.zeron.ca/buildscripts/mp3fs/mp3fs_0.32_nolog.patch The rest of the source is here: https://github.com/downloads/khenriks/mp3fs/mp3fs-0.32.tar.gz
September 26, 201312 yr This is awesome! Wasn't hard to set up and it's working great. Have it set up as the following and working great: Source Path: /mnt/user/Music/FLAC Share Name: mp3fs Bit Rate: 320Kbps Everything is showing up at \\TOWER\mp3fs For what it's worth, the reason I wanted to use this is mainly to upload to Google Music. Didn't want to waste the time uploading the larger FLAC files and converting what I wanted was too time consuming. Now, all I have to do is point Google Music Manager to the folder I want uploaded in the mp3fs share and I'm good to go. Did some research but didn't see anyone using mp3fs like this, but I haven't had any issues so far. Thanks a bunch.
September 26, 201312 yr Awesome. I had this on my XBMC machine before it was destroyed. It's a good way to backup your CD's with FLAC, then use MP3FS for populating portables or DJ equipment too.
September 30, 201312 yr I can see the mount but don't get any mp3 converted displaying? Are spaces allowed in the flac file location? -> /mnt/user/My Data/MusicTagged/FLAC/ Source files are flac and destination converted to 320k mp3.
October 17, 201312 yr Hey there, I just tried to get the plugin working. Theres something strange happening: the mount point is "/mnt/MP3FS_*" instead of "/mnt/user/MP3FS_*". I don't think this is intended, any suggestions?
October 19, 201312 yr Author Hey there, I just tried to get the plugin working. Theres something strange happening: the mount point is "/mnt/MP3FS_*" instead of "/mnt/user/MP3FS_*". I don't think this is intended, any suggestions? That is intentional. Why would you want it under /mnt/user
October 19, 201312 yr Author I can see the mount but don't get any mp3 converted displaying? Are spaces allowed in the flac file location? -> /mnt/user/My Data/MusicTagged/FLAC/ Source files are flac and destination converted to 320k mp3. can you supply the output of cat /proc/mounts from your server console?
October 19, 201312 yr Hey there, I just tried to get the plugin working. Theres something strange happening: the mount point is "/mnt/MP3FS_*" instead of "/mnt/user/MP3FS_*". I don't think this is intended, any suggestions? That is intentional. Why would you want it under /mnt/user excuse me being a noob, the actual problem was that the share was not visible via SMB. I just guessed it was because it wasn't in /mnt/user. I've been looking around and have been able to fix it. I guess you should include a check for this scenario in the plugin. I think you just append "include = /usr/local/emhttp/plugins/mp3fs_Zeron/mp3fs-samba.conf" to smb-extra.conf. well, in my case the file already existed and the include was appended to the last line (which already contained "map hidden = yes"). I guess the line (or even the complete file) was ignored and hence the mount points were not visible.
November 28, 201312 yr I can see the mount but don't get any mp3 converted displaying? Are spaces allowed in the flac file location? -> /mnt/user/My Data/MusicTagged/FLAC/ Source files are flac and destination converted to 320k mp3. can you supply the output of cat /proc/mounts from your server console? Yes its; rootfs / rootfs rw,relatime 0 0 proc /proc proc rw,relatime 0 0 sysfs /sys sysfs rw,relatime 0 0 tmpfs /dev tmpfs rw,relatime,mode=755 0 0 devpts /dev/pts devpts rw,relatime,gid=5,mode=620 0 0 fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0 tmpfs /var/log tmpfs rw,relatime,size=131072k 0 0 /dev/sda1 /boot vfat rw,noatime,nodiratime,fmask=0000,dmask=0000,allow_utime=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 0 /dev/md1 /mnt/disk1 reiserfs rw,noatime,nodiratime,user_xattr,acl 0 0 /dev/md2 /mnt/disk2 reiserfs rw,noatime,nodiratime,user_xattr,acl 0 0 /dev/md3 /mnt/disk3 reiserfs rw,noatime,nodiratime,user_xattr,acl 0 0 /dev/sdf1 /mnt/cache reiserfs rw,noatime,nodiratime,user_xattr,acl 0 0 shfs /mnt/user fuse.shfs rw,nosuid,nodev,noatime,user_id=0,group_id=0,allow_other 0 0 With the music at location -> /mnt/user/My Data/MusicTagged/FLAC/ I get a console error -> Fatal error: Call to undefined function str_len() in /usr/local/emhttp/plugins/mp3fs_Zeron/startmp3fs.php on line 10
April 4, 201412 yr Author A version for unRaid 6 betas is available here: http://unraid.zeron.ca/plugins/mp3fs/MP3FS-0.32_unRaid6.0-x86_64-4Zeron.plg
April 4, 201412 yr A version for unRaid 6 betas is available here: http://unraid.zeron.ca/plugins/mp3fs/MP3FS-0.32_unRaid6.0-x86_64-4Zeron.plg Awesome, thanks for this. I tried my hand at updating the original for 64 bit and failed miserably so this is much appreciated.
Archived
This topic is now archived and is closed to further replies.