Skip to content
Snippets Groups Projects

macosx: Only set placeholder image and fetch artwork when necessary, preventing constant flashing of placeholder image

All threads resolved!

Currently, every time the control bar is updated (say to update the progress bar), the artwork flashes:

Screen_Recording_2022-06-18_at_19.59.36

This is because on each update, the artwork is set, even if it hasn't changed, with the placeholder image being set before the artwork has been fetched. Thus the flashing.

This MR changes this behaviour. VLCImageView stores a copy of the most recently set artwork URL and checks first if a URL has set, and if this URL is the same as the one about to be set, before applying the placeholder image and the new artwork URL.

After fixes:

Screen_Recording_2022-06-18_at_19.59.36

Edited by Claudio Cambra

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Claudio Cambra changed title from Only set placeholder image and fetch artwork when necessary, preventing constant flashing of placeholder image to macosx: Only set placeholder image and fetch artwork when necessary, preventing constant flashing of placeholder image

    changed title from Only set placeholder image and fetch artwork when necessary, preventing constant flashing of placeholder image to macosx: Only set placeholder image and fetch artwork when necessary, preventing constant flashing of placeholder image

  • Thanks

    Thanks for your contribution!

    When all of the following conditions are fulfilled, your MergeRequest will be reviewed by the Team:

    • the check pipeline passes
    • the MR is considered as 'mergeable' by gitlab

    You can find more details about the acceptance process here.

    This message was automatically generated by homer-bot.

  • Claudio Cambra added 1 commit

    added 1 commit

    • 791808f8 - Only set placeholder image and fetch artwork when necessary, preventing...

    Compare with previous version

  • Claudio Cambra resolved all threads

    resolved all threads

  • Felix Paul Kühne approved this merge request

    approved this merge request

  • Claudio Cambra added 1 commit

    added 1 commit

    • 5bfb8050 - Only set VLCImageView placeholder image and fetch artwork when necessary

    Compare with previous version

  • Claudio Cambra added 1 commit

    added 1 commit

    • 41fc6428 - Only set VLCImageView images when necessary

    Compare with previous version

  • Claudio Cambra resolved all threads

    resolved all threads

  • Claudio Cambra added 1 commit

    added 1 commit

    • 2fb5f3bc - macosx: Only set VLCImageView images when necessary

    Compare with previous version

  • Marvin Scholz resolved all threads

    resolved all threads

  • Marvin Scholz added 68 commits

    added 68 commits

    Compare with previous version

  • Marvin Scholz approved this merge request

    approved this merge request

  • Jean-Baptiste Kempf approved this merge request

    approved this merge request

  • Felix Paul Kühne changed milestone to %4.0

    changed milestone to %4.0

  • MR Acceptance result

    :tada: This MergeRequest has been Accepted! Congratulations.

    MR acceptance checks details:

    • :white_check_mark: MR should be considered mergeable by Gitlab
    • :white_check_mark: Last pipeline should be successful
    • :white_check_mark: MergeRequest should have at least one external review and/or vote
    • :white_check_mark: All threads should be resolved, have votes and score > 0
    • :white_check_mark: MergeRequest should have no activity (threads/votes) for (72h/72h)

    This message was automatically generated by homer-bot.

  • added 32 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading