Skip to content

Releases: jliottard/music-list-player

Version 1.2.0

17 Nov 19:57
0d2f9ce
Compare
Choose a tag to compare

Release version 1.2.0

Summary

  • Tagged playlist in playlist file
  • YouTube link as audio source in playlist file
  • Window .exe application binary file

Details

  • Handle errors on not finding a Youtube video for the given names of the playlist
  • Use a search function of a Python library
  • Add a selection menu when downloading music from Youtube (with video name, channel name, video duration, views count, release date)
  • Jump forward or backward in the current audio timeline
  • Import automatically the playlist from configuration on application start
  • Sanitize the audio's name with keywords and wildcard of filepath (like '/', '', or '*')
  • Create playlist dynamically based on tag(s) present on each audio name (line)
  • Check remaining disk usage when downloading audios
  • Use directly a YouTube link if presents in the audio name (line)
  • Parse author part of the audio line in plain text file
  • Update audio download library to pytube-fix
  • Setup test setup and tear down with cached audio files
  • Create a script to build a Windows executable file

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

Version 1.1.0

08 Mar 23:32
ed2a38b
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.1.0

Summary

  • Window OS support
  • Lyrics display
  • GitHub CI configuration

Version features

  • Support Windows
  • Switch playlist profiles in app
  • Erase cached when quitting the application as a setting
  • Set up a continuous integration in GitHub with test on Linux platform
  • Change volume
  • Import the audios in background
  • Print music's lyrics matching music's audio

Initial version

04 Feb 21:12
Compare
Choose a tag to compare

Commits history

Full Changelog: https://github.com/jliottard/music-list-player/commits/v1.0.0

Summary

  • Configured Project and environment for Unix
  • Download and play music from text playlist
  • Basic playlist navigation

Version features

  • Python virtual environment usage
  • Shuffle the playlist order
  • Audio is cached
  • Autoplay at the end of music
  • Command-line interface definition in-app
  • Stop and skip the music
  • Play audio
  • Download musics from Internet
  • Show the name of the current and the upcoming songs and as a status
  • Add some tests
  • Check end of list when using "next" command
  • Jump to another song in the playlist by name
  • Loop toggle option to restart the playlist from the start at the end
  • Change "pause" keyword to resume and its printing
  • Handle age restricted YouTube video