Closed defvs closed 5 years ago
The already existing cover images has been renamed "thumbnail" as it is a very small 64x64 image, thus being a thumbnail. The "large" cover art is now the real cover.
Closing; Already merged in #15 because needed.
Why needed? I don't like it if PRs grow unnecessarily big, and these seem to be two distinct features.
I needed a fix for my Playlist branch. You could still merge this before #15 if you want it now.
I'd like to squash this PR since it's rather small with many trivial commits, but that would create conflicts with the other branch... That's why I don't like intertwining branches.
Which branch ? If it is Playlist, I'll just revert back before my merge.
Travis keeps failing, no idea why. semaphore works fine, local build too. Seems like the build cannot find "Release.Type.MIXES". Could be a conflict ? It finds all the other types fine.
Travis keeps failing, no idea why. semaphore works fine, local build too. Seems like the build cannot find "Release.Type.MIXES". Could be a conflict ? It finds all the other types fine.
It is now called "MIX", I renamed it for consistency since everything else is in singular as well. I am actually confused why it works locally for you and on Semaphore ^^
Because it is still named "MIXES" on this branch ? We're not up to date on master. Probably because Travis merges this branch into master THEN compiles !
Because it is still named "MIXES" on this branch ? We're not up to date on master. Probably because Travis merges this branch into master THEN compiles !
Ah right, yes, this is the PR build, which means it checks whether it works when merged.
I will merge master into it to resolve conflicts after we're done.
Merged master; ready to merge.
Please remove the commented-out code-blocks and fix this little comment, other than that LGTM.
Yeah totally forgot about my commented block.
There's still one ^^
Got no time till tonight. I'm still trying to figure out a way to change the filename to end with size while the extension is left untouched
Kotlin has an extensions function to get the extension
and the files's nameWithoutExtension
;)
DO NOT MERGE ! There is an issue where the program will freeze when playing a song (even when resolving conflicts)
Good lord found the issue; the merge conflict would get resolved with the Downloader getting all covers NOT AS THUMBNAILS but as full 2048x2048 covers :unamused:
Fixed it in cf9cc81b3ac8c11cc540821d41e1dada92c52c9b if you want to cherrypick into master
Ready to merge.
I have solved the problems in "Covers" and incorporated your changes into master. It should be possible to resolve the conflicts by simply accepting my changes. please have a look at my comments nonetheless, and how I resolved them in my commit.
Good, thanks.
Wait, just understood, all the comments here, you fixed them on master ?
Merged master just fine. Thanks
Fixed the typo; Added caching for large file. Could do some improvements on the fuctions, but at this point other than codestyle it's ready to merge.