03-07-2020, 08:24 PM
(This post was last modified: 03-07-2020, 08:33 PM by TheOldPresbyope.
Edit Reason: punctuation
)
I mentioned in Post #17 that "...I need to get back to the promised Version 1 of the CDPlay".
Here's a screenshot of what I've come up with so far.
![[Image: OwgFZd4.png]](https://i.imgur.com/OwgFZd4.png)
Compared to the zeroth version in my moOdeCDPlay github repo currently, this version displays a default cover, which I created by editing Tim's default moOde cover file, and cleans up some of the text information.
That reported encoded value "16/44.1" is fake, by the way. My code doesn't ask MPD, it just displays the Redbook values for an audio CD.
I haven't decided yet what to do about those "Unknown artist - Unknown album" lines in the playlist.
The corresponding "Audio info" popup says
so I suppose I should "fix" the encoded value here too.
I don't show an example here, but this version looks fine in the Play bar at the bottom of the radio/folder/tags/albums views, too.
To get this far took only modest modifications in /var/www/inc/playerlib.php but this does mean a somewhat more involved installation process.
Regards,
Kent
Here's a screenshot of what I've come up with so far.
![[Image: OwgFZd4.png]](https://i.imgur.com/OwgFZd4.png)
Compared to the zeroth version in my moOdeCDPlay github repo currently, this version displays a default cover, which I created by editing Tim's default moOde cover file, and cleans up some of the text information.
That reported encoded value "16/44.1" is fake, by the way. My code doesn't ask MPD, it just displays the Redbook values for an audio CD.
I haven't decided yet what to do about those "Unknown artist - Unknown album" lines in the playlist.
The corresponding "Audio info" popup says
Code:
Audio Information
INPUT / OUTPUT
Source: cdda:///19
Encoded at: File does not exist
Decoded to: 16 bit, 44.1 kHz, Stereo,
Destination: Local
Output rate: 16 bit, 48 kHz, Stereo, 1.536 Mbps
...
so I suppose I should "fix" the encoded value here too.
I don't show an example here, but this version looks fine in the Play bar at the bottom of the radio/folder/tags/albums views, too.
To get this far took only modest modifications in /var/www/inc/playerlib.php but this does mean a somewhat more involved installation process.
Regards,
Kent