bmm-web
bmm-web copied to clipboard
[BMM] The BMM website and desktop app to listen to the content from BMM.
The api already has an endpoint to add an album or playlist to a playlist. For the design: Add a "3 dot" button to album and curated playlist, next to...
Reproduction steps: - Experienced the issue on an M1 Mac. Not sure about other platforms. (If you did test it somewhere else, please leave a comment). - Play a playlist...
In Electron, right click is disabled right now. When right clicking on a track it should open the TrackMenu instead. Basically right click = click on 3 dots.
When clicking one of the 3 songs from Recent Music on the homescreen, it would be nice to add more than just the 3 songs to the queue. The mobile...
Right now, it's not restored as maximized. Since I have a Mac it would be a lot easier if someone working on Windows could work on this. See electron/main.ts where...
when navigating from the homescreen to somewhere else (e.g. a playlist) and then going back, I expect the homescreen to be cached and visible instantly. Instead it needs to wait...
In the current implementation, we reload the track every time we play it. This could be done more efficiently by using the "loop" property on the track. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio#loop
The logout functionality we provide only removes the cookies we have on our side. This makes it impossible for a user to switch to another profile by just using the...
- [ ] implement pseudo code from below - [ ] ProfileMenu.vue: remove v-if on MenuItem to enable setting If autoplay is enabled, it should play music after today's episode....