Skip to content

Releases: itzreesa/lyria

v2.0.2 - misc

Choose a tag to compare

@itzreesa itzreesa released this 03 Aug 22:48
7602978
  • updated e-mail address

v2.0.1 - bugfixes

Choose a tag to compare

@itzreesa itzreesa released this 16 Apr 10:41
  • fixed organize component using disc number for track number
  • fixed organize component not showing statistics at the end properly

v2

v2

Choose a tag to compare

@itzreesa itzreesa released this 21 Mar 17:50
6ca927f

Major release - V2

lyria is now available at pypi.

  • rewritten lyrics component
  • rewritten organize component
  • restructured the files.
  • added --forget-time option for lyrics
  • added multiple new options for organize component
  • added a configuration file

v1.3.2 - small bugfix

Choose a tag to compare

@itzreesa itzreesa released this 08 Mar 23:15
  • fixed a bug with the organize component crashing when having a non-single track, whose track / disc number is reported as "1/1"
  • detailed output should be now hidden, and can be shown again with the '-v' flag
  • minor repo changes
    Full Changelog: v1.3.1...v1.3.2

v1.3.1 - Updater fix

Choose a tag to compare

@itzreesa itzreesa released this 18 Dec 05:21
  • 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

Choose a tag to compare

@itzreesa itzreesa released this 17 Dec 22:17
  • 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

Choose a tag to compare

@itzreesa itzreesa released this 17 Dec 16:57
  • 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

Choose a tag to compare

@itzreesa itzreesa released this 17 Dec 14:52
  • components: lyria: add --forget-not-found
    The --forget-not-found flag will create an empty .lrc file 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

Choose a tag to compare

@itzreesa itzreesa released this 17 Dec 14:30
  • 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

Choose a tag to compare

@itzreesa itzreesa released this 17 Dec 14:03
d6abffb

What's Changed

Full Changelog: v1.1.0...v1.2.0