Re: My experiences with three CD players on Gnome

2014-03-16 Thread Chris Bannister
On Sat, Mar 15, 2014 at 12:51:08PM -0400, Patrick Chkoreff wrote:
 RhythmBox has a problem.  Press Play to begin playing a CD.  Press Play
 again to Pause.  Press Play again to resume playing.  Nothing happens.

Have you reported a bug?  

 SoundJuicer has a problem.  The Help says: While playing, Sound Juicer
 displays a slider showing the position on the current track. To seek to
 another part of the track, drag the handle along the slider and
 release.  However, I do not see any such slider control.  I see the
 horizontal track where the slider is supposed to be, just nothing to
 grab, and clicking in the track does nothing.

Have you reported a bug?

-- 
If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing. --- Malcolm X


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140316101040.GD18433@tal



Re: My experiences with three CD players on Gnome

2014-03-16 Thread Patrick Chkoreff
Chris Bannister wrote, On 03/16/2014 06:10 AM:

 Have you reported a bug?  
 Have you reported a bug?

Good idea, I'll sign up at Bugzilla and give it a try.


-- Patrick


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53258fd6.4030...@rayservers.net



My experiences with three CD players on Gnome

2014-03-15 Thread Patrick Chkoreff
I don't play music very much on the computer, so I'm new to this
subject.  I just tried three different players, RhythmBox, SoundJuicer,
and Gnome Player.

RhythmBox has a problem.  Press Play to begin playing a CD.  Press Play
again to Pause.  Press Play again to resume playing.  Nothing happens.

SoundJuicer has a problem.  The Help says: While playing, Sound Juicer
displays a slider showing the position on the current track. To seek to
another part of the track, drag the handle along the slider and
release.  However, I do not see any such slider control.  I see the
horizontal track where the slider is supposed to be, just nothing to
grab, and clicking in the track does nothing.

Gnome Player does what I expect.  I can play, pause, and resume playing
again.  It has a functioning slider.

Conclusion:  Gnome Player wins.


-- Patrick


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/532484fc.10...@rayservers.net



Re: My experiences with three CD players on Gnome

2014-03-15 Thread Zenaan Harkness
 Conclusion:  Gnome Player wins.

Correction: The command line wins :)

cdcd wodim (contains readom)  bashburn
cdargs cdrskin cdtool FTW

RAH RAH RAH Command Line RAH RAH RAH

Ok, I'll just, take my chamomile tea now...


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/caosgnsr430t5wyxqzoyfykttm4mvoeenusuvidquvat-k-6...@mail.gmail.com



Wodim: Was: My experiences with three CD players on Gnome

2014-03-15 Thread Steve Litt of Troubleshooters.Com
On Sun, 16 Mar 2014 10:35:36 +1100
Zenaan Harkness z...@freedbms.net wrote:

  Conclusion:  Gnome Player wins.
 
 Correction: The command line wins :)
 
 cdcd wodim (contains readom)  bashburn
 cdargs cdrskin cdtool FTW

Hi Zenaan,

Are you doing -pad and padsize=63s? Back in the day, Linux had a flaw,
called the Linux read-ahead buffer bug, that caused errors on
raw-reading a CD if you didn't use both those arguments. I wrote about
it here:

http://www.troubleshooters.com/linux/coasterless.htm

Are you using those arguments, and do you read your written CDs/DVDs as
a device to check the md5sum against that of the iso you burned?

Thanks,

SteveT

Steve Litt*  http://www.troubleshooters.com/
Troubleshooting Training  *  Human Performance


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140315212220.7d6cb22b@mydesk



Re: Wodim: Was: My experiences with three CD players on Gnome

2014-03-15 Thread Zenaan Harkness
On 3/16/14, Steve Litt of Troubleshooters.Com litt...@gmail.com wrote:
 On Sun, 16 Mar 2014 10:35:36 +1100
 Zenaan Harkness z...@freedbms.net wrote:

  Conclusion:  Gnome Player wins.

 Correction: The command line wins :)

 cdcd wodim (contains readom)  bashburn
 cdargs cdrskin cdtool FTW

 Hi Zenaan,

 Are you doing -pad and padsize=63s? Back in the day, Linux had a flaw,
 called the Linux read-ahead buffer bug, that caused errors on
 raw-reading a CD if you didn't use both those arguments.

You haven't specified which program. Do all the above programs take
that option? Evidently I haven't used them. I use wodim and readom the
last few years and never had a problem, never had to learn about that
argument. I used to use some other program - maybe cdrecord, but only
for recording data discs. I don't remember the option.

 I wrote about it here:
 http://www.troubleshooters.com/linux/coasterless.htm

I put that link in my snippets/dvd.txt file the last time I saw it in
one of your posts. Thanks again.

 Are you using those arguments, and do you read your written CDs/DVDs as
 a device to check the md5sum against that of the iso you burned?

When I read an audio CD I use cdparanoia - should have added that to the list:

cdparanoia FTW!!! RAH RAH RAHok thanks

Other things from my snippets/dvd.txt file:

When I read data cds and dvds (haven't needed to do so for a couple of
years, I used to use dd, which on chained read-write-read would create
a larger image, so nowadays I use the following:
sudo readom dev=/dev/scd0 f=my-image.iso

and this to record:
sudo wodim -v -eject dev=/dev/scd0 my-image.iso
sudo wodim -v -eject -format dev=/dev/scd0 # if you need to format an R/W first

 To write a tar archive directly to a CD that will later contain a  simple
# ISO9660 filesystem with the tar archive call:
tar cf - . | genisoimage -stream-media-size 333000 | wodim dev=b,t,l
-dao tsize=333000s -

# combine gen image/ write:
genisoimage -J -r -f -V myvolname -graft-points /=symlink-farm-dir
-stream-media-size 333000 | wodim dev=/dev/sr0 -dao tsize=333000s -
???

And here's one which I used, this one time, to copy off all the Debian
packages off a set of Debian DVDs, into a local archive (running
'quick and dirty archive creation command' afterwards of course):
# Example of two alternating (actually, parallel), commands,
# to optimally read in a bunch of DVDs into a local mirror:
sudo readom dev=/dev/scd0 f=s  eject   # (alternate with filename
't' instead of 's')
sudo mount -o loop /media/s /media/u  sudo nice rsync -av /media/u/
./  sudo umount /media/u  sudo rm /media/s  # ditto

To create an ISO image from a set of files or symlinks:
genisoimage -J -r -f -V myvolname -o image.iso -graft-points /=symlink-farm-dir


Some flac audio commands I use (always store your master audio in flac
of course):
Rip an audio cd into a single master flac file, with cue sheet for tracks:
abcde -1npV -o flac -a default,cue -S 32

Convert the tracks in the file my_disc.flac into another format (in
this case vorbis):
abcde -o vorbis -d my_disc.flac

Creating a bootable USB stick on gnu:
 Which instructions or program are you using to create the pen drive?
cat  filename.iso.hybrid   /dev/sdb,c,d,x
cp /my/debian-boot-dvd.iso /dev/sdWHATEVER
dd if=/my/debian-boot-dvd.iso of=/dev/sdBLAH bs=1M

Regards
Zenaan


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/caosgnst9dshjpkctyrmzutf+da+y3ddcutaz1a55cuor5bo...@mail.gmail.com