| Author |
Message |
plinej
Joined: 13 Aug 2006 Posts: 1517
|
Posted: Sat 12 Apr 2008, 17:24 Post subject:
|
|
I didn't see your last post but I'll work more on some of your suggestions. I did find and fix a couple of bugs, I also worked on your previous requests.
3.6 is up now.
|
|
Back to top
|
|
 |
ravensrest

Joined: 22 Feb 2008 Posts: 298 Location: Hood Canal, WA
|
Posted: Sat 12 Apr 2008, 18:33 Post subject:
|
|
| plinej wrote: | I didn't see your last post but I'll work more on some of your suggestions. I did find and fix a couple of bugs, I also worked on your previous requests.
3.6 is up now. |
So far, so good with 3.6. I like it a bunch. Hope you do accomodate some of my other requests. So far I have ripped over 70 disks with your scripts!
Regards,
BS
|
|
Back to top
|
|
 |
plinej
Joined: 13 Aug 2006 Posts: 1517
|
Posted: Sat 12 Apr 2008, 22:50 Post subject:
|
|
Great, glad it's getting used. I've ripped quite a bit with it too. I will try and work on it some more next week.
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6179 Location: Auckland, New Zealand
|
Posted: Wed 16 Apr 2008, 08:21 Post subject:
|
|
Flash is right, and pawdioconverter doesn't work with spaces in paths (unless you've fixed it lately).
It would be nice if that was fixed - I looked at it back when I fixed it in pfind and the trash roxapp, but pawdioconverter was just too daunting for me
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
plinej
Joined: 13 Aug 2006 Posts: 1517
|
Posted: Wed 16 Apr 2008, 17:48 Post subject:
|
|
I haven't used it in a while but I'll add it to the list of things to work on. I don't know how much time I want to put into it though. I'd almost rather start over from scratch on that one.
|
|
Back to top
|
|
 |
HairyWill

Joined: 26 May 2006 Posts: 2949 Location: Southampton, UK
|
Posted: Thu 22 May 2008, 07:31 Post subject:
|
|
Jason
not sure if you are aware of this one as I don't do a lot of ripping
I have some CDs where the CDDB lookup returns a genre that isn't in lames list of genres:
http://lame.cvs.sourceforge.net/*checkout*/lame/lame/doc/html/id3.html
This causes lame to fail. It would be nice if you could either drop the genre if it was not acceptable to lame. Even better would be if I got to choose a genre from the allowed list.
_________________ Will
contribute: community website, screenshots, puplets, wiki, rss
|
|
Back to top
|
|
 |
plinej
Joined: 13 Aug 2006 Posts: 1517
|
Posted: Thu 22 May 2008, 17:25 Post subject:
|
|
Alright, I thought I had some code in there that should reject an unknown genre. I'll look into it when I get a chance.
|
|
Back to top
|
|
 |
HairyWill

Joined: 26 May 2006 Posts: 2949 Location: Southampton, UK
|
Posted: Thu 22 May 2008, 18:15 Post subject:
|
|
there is some code in there but I don't think it works. It is doing comparisons between the number of characters in the genre.
I think that the following line might work to replace about 15 lines of code
| Code: | | lame --genre-list | grep "$GENRE" >/dev/null || GENRE=Other |
_________________ Will
contribute: community website, screenshots, puplets, wiki, rss
|
|
Back to top
|
|
 |
plinej
Joined: 13 Aug 2006 Posts: 1517
|
Posted: Tue 27 May 2008, 21:48 Post subject:
|
|
3.7 is up. It should fix the problem described by HairyWill.
|
|
Back to top
|
|
 |
melvix

Joined: 14 Jul 2007 Posts: 80 Location: Vilnius, Lithuania
|
Posted: Thu 16 Oct 2008, 03:10 Post subject:
|
|
plinej, thanks for your works!
What you think about multilingual support? As in Pburn, for example.
We are planning to translate in Russian.
Best regards.
_________________ Free software for free people!
|
|
Back to top
|
|
 |
plinej
Joined: 13 Aug 2006 Posts: 1517
|
Posted: Thu 16 Oct 2008, 08:41 Post subject:
|
|
If I get some spare time I'll look at the Pburn code and see how difficult it will be.
|
|
Back to top
|
|
 |
Flash
Official Dog Handler

Joined: 04 May 2005 Posts: 9845 Location: Arizona USA
|
Posted: Thu 19 Nov 2009, 00:27 Post subject:
|
|
Will someone please point me in the right direction to figure out how to make my Pcdripper settings persist? I rip audio books to mp3 so I can listen to them on my mp3 player, and I have to reenter almost every option for each CD. Not only does that slow me down (audio books typically have 6 CDs, and some have more than 20) but sometimes I even make mistakes.
|
|
Back to top
|
|
 |
Flash
Official Dog Handler

Joined: 04 May 2005 Posts: 9845 Location: Arizona USA
|
Posted: Thu 31 Dec 2009, 00:38 Post subject:
|
|
I tinkered around with /usr/sbin/pcdripper. I'm posting what I changed to have a record of what I did. If anyone else wants to take a shot at making Pcdripper's GUI more like Precord's, with all the settings in one window and so it remembers the settings, please feel free.
I commented out lines 2120 through 2140, and line 2146:
| Code: | (line 2119)##Ask to rip another disc
##export MAIN_DIALOG="
##<vbox>
## <text wrap=\"true\" width-chars=\"40\">
## <label>Would you like to rip another disc?</label>
## </text>
## <hbox>
## <button>
## <input file icon=\"gtk-ok\"></input>
## <label>OK</label>
## <action type=\"exit\">Exit-RIP</action>
## </button>
## <button>
## <input file stock=\"gtk-quit\"></input>
## <label>QUIT</label>
## <action type=\"exit\">EXIT_NOW</action>
## </button>
## </hbox>
## </vbox>
##"
##RIPAGAIN=`$GTKDIALOG --program=MAIN_DIALOG --center`
##(line 2140)if [ "`echo $RIPAGAIN | grep Exit-RIP`" != "" ]; then
pcdripper &
else
exit 0
fi
##(line 2146)exit 0 ##all done
|
What this change did was stop Pcdripper from asking if I want to rip another CD. Now it just goes back to the starting GUI window when it finishes ripping a CD. Usually the settings aren't retained, though sometimes a few of them are. It's a start.
|
|
Back to top
|
|
 |
Flash
Official Dog Handler

Joined: 04 May 2005 Posts: 9845 Location: Arizona USA
|
Posted: Wed 03 Feb 2010, 23:06 Post subject:
|
|
OK, that didn't do much good.
I just discovered this thread, "GtkDialog - tips" in the HOWTO section of the forum.
This post appears to describe how to change default settings for radio buttons.
If I live long enough maybe I'll figure out how to fix Pcdripper the way I want it.
|
|
Back to top
|
|
 |
thunor

Joined: 14 Oct 2010 Posts: 342 Location: Minas Tirith, in the Pelennor Fields fighting the Easterlings
|
Posted: Thu 26 May 2011, 18:00 Post subject:
|
|
Since this is the official thread for Pcdripper I have a couple of fixes for 3.7, the version that's shipped with Lucid 5.20. It doesn't look as though this is currently being maintained but I find it useful and it's a shame to leave it broken.
The first issue was with audio formats being empty, and the second was with music categories being dumped to the terminal rather than to a file (lame --genre-list goes to stderr not stdout).
Change:
/usr/sbin/pcdripper:236:cat /tmp/$WHOAMI-pcdripper-formats | sort -u > /tmp/$WHOAMI-pcdripper-formats
to:
/usr/sbin/pcdripper:236:cat /tmp/$WHOAMI-pcdripper-formats | sort -u -o /tmp/$WHOAMI-pcdripper-formats
Change:
/usr/sbin/pcdripper:1885:lame --genre-list | grep -i "$GENRE" | sed 's/[0-9]//g' | tr -s ' ' | sed 's/^ //g' > /tmp/$WHOAMI-pcdripper-genrelist
to
/usr/sbin/pcdripper:1885:lame --genre-list 2>&1 | grep -i "$GENRE" | sed 's/[0-9]//g' | tr -s ' ' | sed 's/^ //g' > /tmp/$WHOAMI-pcdripper-genrelist
I also had a cddb_query error about libcdio.so.7 not found (libcdio.so.10 is installed) so I compiled libcddb-1.3.2 which includes cddb_query and it now works.
|
|
Back to top
|
|
 |
|