-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix various ways of album cover download (#31)
* Avoid undefined artistcount in album view. When listing albums, it's always for one unique artist, so artistcount is always 1 in this context. * Fix cover download. Ensure that the cache directory for covers exists. Also, properly reload the artist image in artist list when a cover is associated to an artist. Rewrite the text position on cover with a direct calculation of the Y position, the anchors solution with alternating undefined values seems not to work properly, when a cover is associated to an artist for instance. * Fix cover download using Quasar cover providers. katastrofos.net is now using secure HTTP, replying with a 301 moved permanently when polled on HTTP only. Avoid HTML parsing on the result by using the query.php method instead of the HTML frontend provided by index.php.
- Loading branch information
Showing
4 changed files
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters