![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Search | Today's Posts | Mark Forums Read |
Mutella (Linux/Unix) Mutella has been discontinued. We highly recommend you use an actively developed client instead. |
| LinkBack | Thread Tools | Display Modes |
| |||
![]() #!/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 |
Thread Tools | |
Display Modes | |
| |
![]() | ||||
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 |