pCD 1.5 - CD-audio player
no change noticed in pcd 1.4
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.
________________________________________
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.
________________________________________
Take your time
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' >
--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
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..
--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' >
Spider mode enabled. Check if remote file exists.# LANG=C wget -S --spider -T 1 puppylinux.com
--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

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>
** (gtkdialog3:4382): WARNING **: gtkdialog: Warning: Clear not implemented for this widget..
no disc inserted
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.
_________________________________________________
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.
_________________________________________________
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.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..
Sigmund
Re: no disc inserted
Anyone else got this trouble ???don570 wrote:I tried pcd 1.4.1 and I'm still getting 'no disc inserted'
messages if I launch pcd first.
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
Karl Godt
I have included this into the next release:
Thanks a lot for your input
Sigmund
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>
Sigmund
pcd 1.0 solves problem
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.
__________________________________________________
version 1.5
pcd version 1.5 works great now!!
I don't even have to click on 'Read CD' button.
__________________________________
I don't even have to click on 'Read CD' button.
__________________________________
spelling error in local filename
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.

____________________________________________
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.

____________________________________________
However french accents are ugly, garbled, ..
workd well in Slacko XFCE version SLIM (mistfire)
However french accents are ugly, garbled, ...
Some expert perhaps would solve that.
However french accents are ugly, garbled, ...
Some expert perhaps would solve that.
- Attachments
-
- CD.jpg
- le dénicheur, 'é' !
- (54.18 KiB) Downloaded 223 times
i try to launch Pmusic with VLC front-end,
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.
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.
- Attachments
-
- Xenial.jpg
- PCD in the Menu, Zigbert, Xenial 2016..
- (58.33 KiB) Downloaded 58 times
-
- vlc.jpg
- Vlc front-end in fact launches pCD.
- (50.69 KiB) Downloaded 134 times
Last edited by Pelo on Sat 06 Aug 2016, 11:28, edited 6 times in total.
That pMusic is terrible old !
My screenshot shows the latest pMusic when running the CD frontend
My screenshot shows the latest pMusic when running the CD frontend
- Attachments
-
- forum.png
- (89.96 KiB) Downloaded 107 times