Commit e251fd00 authored by skidoo23's avatar skidoo23

Add info about new song length format

parent a485c485
...@@ -19,6 +19,7 @@ ver 0.22 (not yet released) ...@@ -19,6 +19,7 @@ ver 0.22 (not yet released)
- mad: remove option "gapless", always do gapless - mad: remove option "gapless", always do gapless
- sidplay: add option "default_genre" - sidplay: add option "default_genre"
- sidplay: map SID name field to "Album" tag - sidplay: map SID name field to "Album" tag
- sidplay: add support for new song length format with libsidplayfp 2.0
- vorbis, opus: improve seeking accuracy - vorbis, opus: improve seeking accuracy
* playlist * playlist
- flac: support reading CUE sheets from remote FLAC files - flac: support reading CUE sheets from remote FLAC files
......
...@@ -475,7 +475,7 @@ C64 SID decoder based on `libsidplayfp <https://sourceforge.net/projects/sidplay ...@@ -475,7 +475,7 @@ C64 SID decoder based on `libsidplayfp <https://sourceforge.net/projects/sidplay
* - Setting * - Setting
- Description - Description
* - **songlength_database PATH** * - **songlength_database PATH**
- Location of your songlengths file, as distributed with the HVSC. The sidplay plugin checks this for matching MD5 fingerprints. See http://www.hvsc.c64.org/download/C64Music/DOCUMENTS/Songlengths.faq. - Location of your songlengths file, as distributed with the HVSC. The sidplay plugin checks this for matching MD5 fingerprints. See http://www.hvsc.c64.org/download/C64Music/DOCUMENTS/Songlengths.faq. New songlength format support requires libsidplayfp 2.0 or later.
* - **default_songlength SECONDS** * - **default_songlength SECONDS**
- This is the default playing time in seconds for songs not in the songlength database, or in case you're not using a database. A value of 0 means play indefinitely. - This is the default playing time in seconds for songs not in the songlength database, or in case you're not using a database. A value of 0 means play indefinitely.
* - **default_genre GENRE** * - **default_genre GENRE**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment