LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-27-2003, 01:36 PM   #1
DigitalTygrrr
Member
 
Registered: Apr 2003
Location: /home/BillyGoatStrut
Distribution: Ubuntu, Debian "Sarge", Mac OS X
Posts: 110

Rep: Reputation: 15
P2P clients


Before all of you say, "search the forums, this topic has already been covered", I wanna let you know that I have and I can't find exactly what I'm looking for. I'm looking for a P2P client that will let me search for .mp3's by bitrate. I've been spoiled, I guess. I've only used Napster, Rapigator and WinMX for the past 4 years and I'm looking for a client that will allow me to find music at a specific bitrate. (128, 160, 192...etc.)

I've tried giFT and I currently have giFTcurs installed. It seems to work fine but I'd just like to be able to search for a specific quality. That doesn't seem like too much to ask. So before I install and try out EVERY P2P client, I was just wondering if someone could save me hours of time and let me know what you use to perform this task. Or maybe it's that I'm missing something and this feature is in my current client. I just can't find it. TIA.
 
Old 07-27-2003, 02:14 PM   #2
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
so far, lopster has been the best p2p for using the opennap network.

http://lopster.sourceforge.net/
 
Old 07-27-2003, 02:33 PM   #3
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well not to burst your bubble but 8 times outta 10 all the search results are going to have a bitrate 128 or higher...no matter what p2p client you use..so with that said, i think you can just use anything available to you, and i don't think thats really spoiled i think that your asking for something that doesn't really matter, so i will leave you with a list of clients that you can sort through.
list from icewalkers
890+ results here
and another 275+ apps
 
Old 07-27-2003, 03:59 PM   #4
DigitalTygrrr
Member
 
Registered: Apr 2003
Location: /home/BillyGoatStrut
Distribution: Ubuntu, Debian "Sarge", Mac OS X
Posts: 110

Original Poster
Rep: Reputation: 15
YES! I think lopster is what I am looking for. Thank You! I know that most .mp3's are going to be 128 or above, I'm just trying to make sure they are all exactly 192. I can hear the difference between .mp3's done at 160 and 192 even after normalization. It's just easier to me and more pleasing to my ears to dld at 192.

thank you for the lists. I added to my growing bookmarks of Linux Stuff.
 
Old 07-27-2003, 04:08 PM   #5
Henry
Member
 
Registered: Dec 2002
Location: USA
Distribution: Slackware9.0, some SuSe8.0
Posts: 179

Rep: Reputation: 30
lopster... in my opinion, i don't like it... it looks good when i Downloaded it, but then it like to freeze a lot.... so i don't really like to use it
 
Old 07-27-2003, 04:11 PM   #6
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
using the newest version? did you compile with the patched *.c file?
 
Old 07-27-2003, 06:56 PM   #7
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well i just made that remark because 90% of p2p clients show the bitrate in the results, not saying you can't tell the difference, but when you see the search results you can see if its what you want or don't want...thats the point i was trying to get across to you...just in case lopster wasn't what you wanted, i just wanted you to realize what i was saying for you wouldn't have to settle with a program that you didn't like....so since thats cool with you, then your alll set now
 
Old 07-27-2003, 09:22 PM   #8
DigitalTygrrr
Member
 
Registered: Apr 2003
Location: /home/BillyGoatStrut
Distribution: Ubuntu, Debian "Sarge", Mac OS X
Posts: 110

Original Poster
Rep: Reputation: 15
thank you, DrOzz. I am trying lopster for now. but that doesn't mean I'll stick with it. One of the cool things about Linux is that you have the freedom to make choices about your software and how it is configured. So, if something better comes along, I'll feel free to give it a try. But it does seem to work the way I want it to. I did bookmark 'icewalkers'. I've never heard of it until now. I've only used sourceforge as a place to get software, so it was cool to find another place.

I'm more or less on a mission right now. I want to set-up my linux box where I don't have to turn the XP box at all. I've managed to knock out one more thing by using lopster. The only thing I have left is to get alba-extractor working, and come up with digital video editing stuff. But that's a whole new can of worms.
 
Old 07-27-2003, 11:12 PM   #9
Henry
Member
 
Registered: Dec 2002
Location: USA
Distribution: Slackware9.0, some SuSe8.0
Posts: 179

Rep: Reputation: 30
i have lopster-1.2.0, and i just did ./configure&&make&&make install, it should have the .c files compile with it too.
 
Old 07-28-2003, 11:52 AM   #10
Corin
Member
 
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446

Rep: Reputation: 31
Henry:

It sounds like you forgot to apply the important patch

lopster-1.2.0-1.patch
 
Old 07-28-2003, 03:36 PM   #11
Henry
Member
 
Registered: Dec 2002
Location: USA
Distribution: Slackware9.0, some SuSe8.0
Posts: 179

Rep: Reputation: 30
wait, am i suppose to copy the transfer.c :
--- src/transfer.c Tue Mar 4 21:08:57 2003
+++ ../../lopster/src/transfer.c Wed Mar 5 23:23:53 2003
@@ -5907,6 +5907,7 @@
GtkCList *clist;
socket_t *socket;
upload_t *upload;
+ share_t *share;
int i1;

if (!userinfo) return;
@@ -5915,10 +5916,15 @@
gtk_clist_freeze(clist);
for (i1 = 0; i1 < clist->rows; i1++) {
socket = gtk_clist_get_row_data(clist, i1);
- upload = socket->data;
- if (upload->data->user_info != userinfo) continue;
-
- upload_update(socket);
+ if (socket->type == S_UPLOAD) {
+ upload = socket->data;
+ if (upload->data->user_info != userinfo) continue;
+ upload_update(socket);
+ } else if (socket->type == S_SHARE) {
+ share = socket->data;
+ if (share->data->user_info != userinfo) continue;
+ share_update(socket);
+ }
}
gtk_clist_thaw(clist);
}

and put it into the folder, then compile?
 
Old 07-29-2003, 01:57 PM   #12
Henry
Member
 
Registered: Dec 2002
Location: USA
Distribution: Slackware9.0, some SuSe8.0
Posts: 179

Rep: Reputation: 30
what am i suppose to do with this code? replace the tranfer.c? or add it on to it
 
Old 07-29-2003, 10:02 PM   #13
Corin
Member
 
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446

Rep: Reputation: 31
You have the source code under path_to_whatever/lopster-1.2.0

mv lopster-1.2.0-1.patch.gz path_to/lopster-1.2.0/
gunzip lopster-1.2.0-1.patch.gz
patch -p0 < lopster-1.2.0-1.patch

and that will cause the corrections in the file lopster-1.2.0-1
to be integrated into the src/transfer.c file.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with p2p clients not downloading Kronoz Linux - Software 4 10-30-2005 01:15 AM
Linux P2P Clients Hubmasterflex Linux - Software 5 05-27-2005 09:00 PM
please let me know a few good p2p clients other than limewire ur-unholyness Linux - General 1 10-17-2004 05:14 PM
p2p clients....again.... jd121 Linux - Software 3 08-26-2003 12:05 PM
Linux P2P clients that don't suck... dogn00dles General 5 05-09-2003 09:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration