Gnutella Forums  

Go Back   Gnutella Forums > Discontinued Gnutella Client Forums > Mutella (Linux/Unix)
Register FAQ The Twelve Commandments Members List Calendar Arcade Find the Best VPN Today's Posts

Mutella (Linux/Unix) Mutella has been discontinued. We highly recommend you use an actively developed client instead.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old July 18th, 2002
Evgeny
Guest
 
Posts: n/a
Question sharing files sorted in multiple directories

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.
Reply With Quote
  #2 (permalink)  
Old July 18th, 2002
Unregistered
Guest
 
Posts: n/a
Default

why not try it and then do a search for your files using another client
Reply With Quote
  #3 (permalink)  
Old July 29th, 2002
Mutella Developer
 
Join Date: January 30th, 2002
Location: Germany
Posts: 87
maksik is flying high
Default

You got to remove *.* from the SharePath. All the subdirectories are (will be then) shared. You can check that using CLI command 'lib'

--Max
Reply With Quote
  #4 (permalink)  
Old April 25th, 2003
Novicius
 
Join Date: April 12th, 2003
Posts: 4
TwinGears is flying high
Cool recording path...

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!
Reply With Quote
  #5 (permalink)  
Old May 18th, 2003
Novicius
 
Join Date: April 12th, 2003
Posts: 4
TwinGears is flying high
Lightbulb following up....

#!/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
Reply With Quote
  #6 (permalink)  
Old May 18th, 2003
Novicius
 
Join Date: April 12th, 2003
Posts: 4
TwinGears is flying high
Post quick note

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
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


All times are GMT -7. The time now is 01:28 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.