Releases: itzreesa/lyria
Releases · itzreesa/lyria
v1.3.1 - Updater fix
- launcher: exit after creating venv to prevent unneded spam
- readme: put install.sh on my site
- launcher: use venv for updates
- this one will allow you to update lyria even if you don't have all the modules (e.g. requests) installed.
- which should be like we expect it to behave. now it's using lyria's venv for updates too.
v1.3.0 - Updater
- add install.sh script, will be available later on my site for shorter link
- lyria: wrap lyria in automatic venv setup -> will download and update when needed, without bloating your os
- readme: update install instructions
v1.2.3 - album and artist overrides
- lyria: add artist and album override -> see
lyria -e organize - components: cover: simplify return codes => internal change for code cleanup
- components: lyrics: -||- and allow single file downloa
v1.2.2 - forget not found
- components: lyria: add --forget-not-found
The--forget-not-foundflag will create an empty.lrcfile for every song, which lyrics cannot be found for.
This will make lyria skip the song on the next run
v1.2.1 - 'organize' fixes and changes
- components: organize: don't fail when disc/tracknumber not found -> fixes error i encountered on some mp3 files
- components: organize: if album and title are the same, move to root
- components: organize: don't create a folder on dry runs
- components: organize: don't use disc/track number when album is track name
v1.2.0 - CoverPainter
Initial Release
This release introduces lyrics and organize modules.
See readme.md for installation instructions.