forked from TheOldPresbyope/moOdeCDPlay
-
Notifications
You must be signed in to change notification settings - Fork 1
/
relnotes.txt
32 lines (27 loc) · 976 Bytes
/
relnotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Release notes for moOdeCDPlay
# a set of routines which enable moOde
# to play a music CD
# V0.3 2022-10-14
# EC - Adapted for MoodeAudio 8.2
# V0.2 2021-05-14
# EC - tested on MoodeAudio 7.2
# - build a play list from the CD content
# and run that play list at the end of
# the process. The play list use the
# EXTM3U format
# - The titles of the tracks are added to
# the playlist by requesting MusicBrainz
# - If the MusicBrainz based playlist failed
# a simple playlist is build usind cdparanoia
# - adds the install of few packages useful for
# the musicbrainz.py script
# - python3-musicbrainzngs
# - python3-requests
# - python3-libdiscid
# V0.1 2020-01-21
# UPD - changed addaudiocd.sh and install.sh
# to use track count from udev instead
# of counting tracks with cdparanoia,
# eliminating need to install cdparanoia
# V0 2020-01-18
# Initial release: Basic functionality