-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the poster selection for audio/music based torrent #1334
Improve the poster selection for audio/music based torrent #1334
Conversation
aiming to get the cover-art selected as the torrent poster.
- If filename score is equal, pick highest resolution - Search for keyword occurrence in file name
Simplified code a bit.
@codealchemist: Alberto, can you please review this one as well? |
I was able to reproduce with MP3 files only so far. |
I was wondering if we should also display the same background on the torrent details view (files list). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did a quick testing of the changes and it's looking awesome :)
Hey @feross, if you agree I think we should merge this one too and then I'll prepare the changelog on another PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't look through it very thoroughly, but it generally looks good to me.
If you're confident, go ahead and merge it @codealchemist. :)
That was probably not a good idea to commit on top of this pull request after the merge. |
Addressing issue #1332