Skip to content

Releases: coissac/moOdeCDPlayer

Small changes on the install procedure

19 Nov 15:33
Compare
Choose a tag to compare

A new name for a new application

18 May 08:17
Compare
Choose a tag to compare

In this version, almost everything is now implemented in a python application with options allowing to run the different services provided by the application

  • --on-insert
  • --on-eject

Other actions are planned some have already an implemented option but n code behind except pass. 😏

A complete new implementation based on a python script

18 May 08:12
Compare
Choose a tag to compare

The current features are:

  • When CD is inserted, queue is cleared, and tracks are added.
  • When CD is ejected, queue is cleared and symlinks are erased
  • Once tracks are added the queue is played.
  • Metadata (artist, track titles...) are got from cdtext info and or musicbrainz when available.
  • The metadata are added as tag to the MPD server and consequently well updated in the IU.
  • A cache of metadata is managed, to go faster at the next insertion of the CD.

And these are only almost working unfortunately:

  • The cover image is downloaded from musicbrainz
  • I tried several hacks to get the image considered. Currently, I kept one in www/inc/playerlib.php.

The moOdeCDPlay extension with track metadata

14 May 14:35
45c02bc
Compare
Choose a tag to compare