Page 10 of 11

Posted: Wed 01 Dec 2010, 08:01
by zigbert
Version 1.4
See main post

Changelog
- Bugfix: New disc-scan after 'No disc insterted' message (thanks to don570)

no change noticed in pcd 1.4

Posted: Mon 06 Dec 2010, 20:38
by don570
I didn't notice any change in the new version pcd 1.4
I still get the 'no disc inserted' message in the window
if I launch pcd and then insert the Audio CD.
Tested on luci 241 . I have no internet access.

________________________________________

Posted: Wed 08 Dec 2010, 18:00
by zigbert
don570
So there is more....... :)

I have added a 1 sec sleep in line 20 (/usr/local/pcd/func), to wait for the disc to spin up. Does it help you? Please try pCD-1.4-1 in the main post.


Sigmund

Take your time

Posted: Wed 08 Dec 2010, 22:05
by Karl Godt
Spider mode enabled. Check if remote file exists.
--2010-12-08 19:43:18-- http://puppylinux.com/
Resolving puppylinux.com... failed: Connection timed out.
wget: unable to resolve host address `puppylinux.com'

AND ANOTHER TRY 'Read CD' >
# LANG=C wget -S --spider -T 1 puppylinux.com
Spider mode enabled. Check if remote file exists.
--2010-12-08 19:28:50-- http://puppylinux.com/
Resolving puppylinux.com... 74.53.27.162
Connecting to puppylinux.com|74.53.27.162|:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Date: Wed, 08 Dec 2010 18:26:55 GMT
Server: Apache mod_fcgid/2.3.5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Last-Modified: Fri, 26 Nov 2010 12:45:35 GMT
ETag: "5bb4003-15b4-495f4193f99c0"
Accept-Ranges: bytes
Content-Length: 5556
Content-Type: text/html
Connection: keep-alive
Length: 5556 (5.4K) [text/html]
Remote file exists and could contain further links,
but recursion is disabled -- not retrieving.

It seems that the disk drive icon has to appear on the desktop before clicking 'Read CD' which can take sometimes several seconds. Clicking 'Read CD' immediately after inserting the CD `pcd` showed no disk inserted, Clicking 'Read CD' another time before the drive icon appeared also no disk inserted, Clicking 'Read CD' immediately after the drive icon appeared just unknown artist and track #Nrs. The FOURTH Clicking 'Read CD' then showed the retrieved Data.

I also looked into the code and gtkdialog is poorly documented ... google for gtkdialog3 and you'll find zigbert and murga linux 8)

Code: Select all

<button>
     <label>$LOC204</label>
     <action>$APPDIR/func -stop</action>
     <action>eject</action>
     <action>for i in \`ls /root/.pcd/tmp\` ; do echo > /root/.pcd/tmp/\"\$i\" ; done</action>
     <action>sleep 1.4</action>
     <action type=\"clear\">ENTRY_ARTIST</action>
     <action>refresh:ENTRY_ARTIST</action>
     <action type=\"clear\">ENTRY_ALBUM</action>
     <action>Refresh:ENTRY_ALBUM</action>
     <action type=\"clear\">CDDA</action>
     <action>Refresh:CDDA</action>
     <action type=\"clear\">PB</action>
     <action>Refresh:PB</action>
    </button>
is working on dpup-005 but with warnings ( of which I get a lot from seamonkey, abiword and other apps here )
** (gtkdialog3:4382): WARNING **: gtkdialog: Warning: Clear not implemented for this widget..

no disc inserted

Posted: Sat 11 Dec 2010, 18:46
by don570
I tried pcd 1.4.1 and I'm still getting 'no disc inserted'
messages if I launch pcd first.

I tried terminating my DVD burner differently to see
if that would change anything, but no difference.

I wait to see desktop drive icon before clicking 'Read CD'
Am I the only one with this problem?
I have an IBM M41 desktop machine.

_________________________________________________

Posted: Sun 12 Dec 2010, 09:14
by zigbert
Karl Godt wrote:is working on dpup-005 but with warnings ( of which I get a lot from seamonkey, abiword and other apps here )
** (gtkdialog3:4382): WARNING **: gtkdialog: Warning: Clear not implemented for this widget..
The warning is not critical. <action type="clear">CDDA</action> is not a legal call for a <entry> or <tree> widget. It works well without this. A clear-call is used with the <table> widget.


Sigmund

Re: no disc inserted

Posted: Sun 12 Dec 2010, 09:22
by zigbert
don570 wrote:I tried pcd 1.4.1 and I'm still getting 'no disc inserted'
messages if I launch pcd first.
Anyone else got this trouble ???

1. Launch pCD without an audio-CD in drive
2. Insert Audio-CD
3. Wait for CD-icon show up on screen
4. Click the 'Read CD' button in pCD.


Thanks
Sigmund

Posted: Sun 12 Dec 2010, 09:33
by zigbert
Karl Godt
I have included this into the next release:

Code: Select all

    <button>
     <label>$LOC204</label>
     <action>$APPDIR/func -stop</action>
     <action>eject</action>
     <action>echo > $WORKDIR/pcd-ARTIST</action>
     <action>echo > $WORKDIR/pcd-ALBUM</action>
     <action>echo > $WORKDIR/pcd-cdda</action>
     <action>refresh:ENTRY_ARTIST</action>
     <action>refresh:ENTRY_ALBUM</action>
     <action>refresh:CDDA</action>
    </button>
Thanks a lot for your input
Sigmund

pcd 1.0 solves problem

Posted: Thu 16 Dec 2010, 00:41
by don570
1. Launch pCD without an audio-CD in drive
2. Insert Audio-CD
3. Wait for CD-icon show up on screen
4. Click the 'Read CD' button in pCD.

This is exactly what I have been doing, but it results in
the 'no disc inserted' message. However the player
does play the tracks beginning with one .

I installed a copy of pcd 1.0 and this solved the problem.

I checked pcd 1.2 and it has the problem,
so I'll take a guess and suggest that the problem
started when you introduced some new features in pcd 1.2.

Nobody else has complained about this in half a year,
which is surprising.
__________________________________________________

Posted: Sat 01 Jan 2011, 13:09
by zigbert
Version 1.5
See main post

changelog
- Bugfix: Clear fields after eject (thanks Karl Godt)
- Bugfix: Read CD from button (thanks to don570)

version 1.5

Posted: Tue 04 Jan 2011, 22:55
by don570
pcd version 1.5 works great now!!

I don't even have to click on 'Read CD' button.
__________________________________

Posted: Wed 05 Jan 2011, 01:45
by zigbert
Hopefully, we got it right this time.


Sigmund

spelling error in local filename

Posted: Thu 17 Feb 2011, 20:18
by don570
I think I spotted an error in the filename of a local
when I looked in the folder containing the locals.

...but I don't think it affects the application at all,
since it still displayed the German labels.

Image

____________________________________________

Posted: Thu 17 Feb 2011, 23:06
by zigbert
Fixed

Thank you
Sigmund

pCD

Posted: Tue 20 Jan 2015, 18:11
by MikeyBrat
Thanks for pCD... I prefer it to pmusic.


_
Slacko 5.6 and others, USB Frugal... so frugal!

Posted: Wed 21 Jan 2015, 01:22
by don570
It works well in April 64.
__________________________

However french accents are ugly, garbled, ..

Posted: Sat 23 Jul 2016, 21:04
by Pelo
workd well in Slacko XFCE version SLIM (mistfire)
However french accents are ugly, garbled, ...
Some expert perhaps would solve that.

Posted: Sat 23 Jul 2016, 21:31
by zigbert
Pelo
pCD is a discontinued project, but the code is still alive as the CD-module in pMusic.
The code has evolved since the last release of pCD, so it would be helpful if you could test your french issues in pMusic?

Thank you

i try to launch Pmusic with VLC front-end,

Posted: Sun 24 Jul 2016, 07:27
by Pelo
yes, zigbert, i listen to you. I do it now, right now.
Continuous progress in process : i try to launch Pmusic with VLC front-end, that would be nice. Feed back soon .
vlc-gtk 2.3 by sc0ttman
thanks to zigbert, trio, technosaurus and dejan555
VLC no gui, by scottman being translated, by me, to understand how that works and if pcd could be changed.
VLC-GTK 2.3 Barry kauler info pet available in Wary 5 repo.

Posted: Sun 24 Jul 2016, 08:15
by zigbert
That pMusic is terrible old !

My screenshot shows the latest pMusic when running the CD frontend