krateng
krateng
Alright, I have implemented some very experimental album support. Feedback please in #207 ~~If anyone wants to try it and give some feedback how well it works with real world...
Thank you for testing! As for the startpage, I was thinking of reworking that significantly which would then also make space for album charts, but I'm probably gonna do that...
Hey, having a related issue that I thought I'd add here. I'm trying to concat two streams with ``` vid1 = ffmpeg.input(v1filename) vid2 = ffmpeg.input(v2filename) result = ffmpeg.concat(vid1,vid2) out =...
Maloja is very single-thread dependent, so it could be that the combination of high scrobble number with the Xeon processor accounts for a significant slowdown. 50 seconds does seem very...
Did some initial parsing, it looks like these new files don't contain information about the track artist, is this correct? I'm using the album artist for now, but this is...
Could you have a look inside the database entry for that album and its album artists? Maybe there is some inconsistency there? (Or you can share the file if you're...
The API now returns this info, I'll see if I can come up with a good design for the web UI too.
The logic is that scrobbles don't have an album at all. Scrobbles are only of a track - a track can belong to an album. So my intention is that...
You can manually change the url - instead of `in=something`, use `since=2023/12/13&to=2023/12/19`
Search should now be a bit less crazy on the requests. Is it only during search that this happens or randomly?