pCD 1.5 - CD-audio player

Audio editors, music players, video players, burning software, etc.
Message
Author
User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#181 Post by zigbert »

Version 1.4
See main post

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

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

no change noticed in pcd 1.4

#182 Post 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.

________________________________________

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#183 Post 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

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

Take your time

#184 Post 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..

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

no disc inserted

#185 Post 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.

_________________________________________________

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#186 Post 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

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

Re: no disc inserted

#187 Post 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

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#188 Post 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

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

pcd 1.0 solves problem

#189 Post 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.
__________________________________________________

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#190 Post 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)

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

version 1.5

#191 Post by don570 »

pcd version 1.5 works great now!!

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

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#192 Post by zigbert »

Hopefully, we got it right this time.


Sigmund

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

spelling error in local filename

#193 Post 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

____________________________________________

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#194 Post by zigbert »

Fixed

Thank you
Sigmund

MikeyBrat
Posts: 28
Joined: Sun 30 Dec 2012, 23:08

pCD

#195 Post by MikeyBrat »

Thanks for pCD... I prefer it to pmusic.


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

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#196 Post by don570 »

It works well in April 64.
__________________________

Pelo

However french accents are ugly, garbled, ..

#197 Post by Pelo »

workd well in Slacko XFCE version SLIM (mistfire)
However french accents are ugly, garbled, ...
Some expert perhaps would solve that.
Attachments
CD.jpg
le dénicheur, 'é' !
(54.18 KiB) Downloaded 223 times

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#198 Post 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

Pelo

i try to launch Pmusic with VLC front-end,

#199 Post 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.
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.

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#200 Post by zigbert »

That pMusic is terrible old !

My screenshot shows the latest pMusic when running the CD frontend
Attachments
forum.png
(89.96 KiB) Downloaded 107 times

Post Reply