Skip to content

damian-m-g/weightless_player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEIGHTLESS PLAYER

Weightless Player allows you to listen your favourite songs without the need of having them in your PC. Interprets lists of songs of the supported formats. Select one of them, play it, and let the music fill your ears.

Weightless Player

Currently playlist supported formats

  • m3u8 (Winamp playlist)
    • Songs metadata should be correctly formatted: "$artist$ - $song$" for example "Pink Floyd - Coming Back To Life". It's usually done automatically by Winamp itself.
  • txt (Custom, at-hand playlist)
    • Each song should be separated by a newline.
    • Each line must be correctly formatted: "$artist$ - $song$" for example "Pink Floyd - Coming Back To Life".

Another notes

  • Find example of playlists inside "example_playlists" folder in the application package.
  • At the start of the app, some windows will pop-up, this has to happen. Just wait for a few seconds, they will get closed.
  • Uses YouTube in the background to find and play every song of your playlists.
  • If a song doesn't get found by the system, it will skip it.

Where can I download its latest version?

⬇️

Where can I report bugs and request new features?

🐛

Known issues

  • The volume may go up at a random moment (isn't sure that will happen) for a very short moment (miliseconds). If this happens to you and annoys you, just set the volume at 100% and manage it from your local main volume. It's planned to get fixed.

Colaborating

If you have a new idea for the project or if you're willing to fix some bugs, feel free to submit me a pull request.

License

Copyright (c) 2018 Pomodoro Tracker of JorobusLab

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software with the rights to use, copy, publish and distribute. This software can not be sold, you can't get money from it.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Releases

No releases published

Packages

No packages published

Languages