Releases: Noah-Jaffe/Mixcloud_player
Releases · Noah-Jaffe/Mixcloud_player
v4.2
- gestures for app control
- lock screen wake on mobile devices
- redirect to a backup hardcoded version for when the retreive_audio_src breaks beyond our control.
What's Changed
- Rather than reload the entire playlist every day, only check once per 24 hours by @Noah-Jaffe in #8
- Mediasession by @Noah-Jaffe in #9
- Loggingupgrade by @Noah-Jaffe in #10
- Screenlock! prevent screen from turning off if the device has that feature! by @Noah-Jaffe in #15
Full Changelog: 4.1...4.2
v4.1
Added documentation.
Added option for persistent storage of song src's.
v4.0
More mobile freindly
v3.0
Changelog from 2.1 to 3.0:
- fixed unintentionally starting to load a new song when when seeking and hover over end of song.
- added cleanup of song names and fixed the sorting. This is more of a custom operation <function fix_name(name, key)> that will need to be overridden or removed for custom implementations.
- added better way for the auto-start to be able to play without needing a second audio element.
- added more songs that i recommend and reorganized how update_playlist_songs works.
- streamlined how we select the next index to play
- persistent timestamp saving when you allow cookies
- ability to reset the starred timestamps
KNOWN ISSUES still to fix:
- I'd like to be able to call load_song_from_index() when we get a 404 while trying to load an audio source. for now it just gets stuck on paused.
Possible Future Improvements:
- Better mobile mode?
v2.2
proper shuffle feature implemented
v2.1
lowered memory usage by adding specific flags for msedge
v2.0
Theoretically even lighter weight because we dont use <iframe>
Release for v1.0
.bat file for quick and simple running Will open the music player file in MS Edge, inprivate