Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (18 loc) · 798 Bytes

TODO.md

File metadata and controls

19 lines (18 loc) · 798 Bytes

Before the stable release:

  • Create the system to save the play list in the playlist.json .
  • Create the playlist's manager.
  • Create the cache system to save the last playlist opened and the last location in the file browser and the last sound volume.
  • Create the search engine to search for a song in the playlist and the file browser.
  • Handle the exceptions.
  • Create the UML diagram.
  • Create the documentation.
  • Add the TUI.
  • Add the cli arguments.
  • Read the ID3 tags.

After the stable release:

  • Support the .mp3 audio format.
  • Support the .flac audio format.
  • Support the .ogg audio format.
  • Support play audio from video files like .mp4, .mkv.
  • Create the arch package.
  • Create the debian package.