![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
Mutella (Linux/Unix) Mutella has been discontinued. We highly recommend you use an actively developed client instead. |
![]() |
| LinkBack | Thread Tools | Display Modes |
| |||
![]() Hi, it's a great program i've been using it for a while. just a quick question: is there a way to share multiple directories? - i know there is SharePath variable, but it was not clear to me as to whether all subdirectories within that path are shared too or not. Also: can i use path variables set to something like ~/mutella/*/* Thanx. E. |
| |||
![]() I am looking for input about writting a script that will change the naturally ripped path of Grip...being. ~$USER/ogg/artist_name/album_name/song_name.ogg I would like it to work into something like this...as I have seen some of the other GNU Linux users working this standard into play - and it's good to see. ~$USER/mutella/artist_name-album_name-song_name.ogg I have been try to write a BASH script but it not going quite as expected...anyone interested in automating this task to assist in better sharing... oh and I suggest everyone might want to change the ogg commands from -o %m -a %a -l %d -t %n -N %t -G %G -d %y -q 4 %w -o %m -a %a -l %d -t %n -N %t -G %G -d %y -q 10 %w much better quality! |
| |||
![]() #!/bin/bash #The idea here is to copy .ogg files to full paths like artist_album_song.ogg #this was done quickly so if anyone has some know how to make this really slick then please drop me a line - hope everyone likes it, enjoy. #find path and trim it to necessary artist information at hand artist(){ path=$(pwd) set foo | echo ${path##*ogg/}|sed -e"s:/:-:g" } #add full artist & album name to songs for i in *.ogg do mv $i $(artist)-$i done #move songs to the sharing directory - remove this if you don't share... echo moving songs to mutella sharing directory mv *.ogg /home/$USER/mutella echo moving completed |
| |||
![]() The script has only been tested when run within the ogg song directory that Grip has ripped which naturally make folders for artist and album. Just in case their is any confusion... Note: If you burn from a command line or use the -J in mkisofs you will or sould note that it's wiser to use the -joliet-long, just because -J really will not like the long file names. Hope this help ![]() |
![]() |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
multiple save directories | rjzdanis | New Feature Requests | 2 | December 3rd, 2003 09:46 PM |
Sharing Multiple Directories | dbtinc | Download/Upload Problems | 1 | June 28th, 2003 03:49 PM |
Incomplete files are sorted incorrectly in Library GUI | NathanBFH | LimeWire Beta Archives | 4 | November 9th, 2002 11:35 PM |
Sharing files in multiple directories | Unregistered | General Linux Support | 1 | November 4th, 2002 09:31 AM |
Saving/Sharing - Directories on other drives/partitions? | DeanC38 | Open Discussion topics | 2 | September 23rd, 2001 10:23 PM |