Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: marzzzello/mpv_thumbnail_script
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.2
Choose a base ref
...
head repository: marzzzello/mpv_thumbnail_script
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.3
Choose a head ref
  • 9 commits
  • 6 files changed
  • 6 contributors

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    ceb04c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Merge pull request #38 from SemperPeritus/master

    Homebrew path fix on MacOS
    marzzzello authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    ca96d8c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. General code refactoring (#32)

    * get_closest: start search around the requested frame
    
    In this way the first valid thumbnail that is found is also the cloest,
    allowing for an early return statement.
    
    * move is_remote inside thumbnailer state
    
    * new job order strategy
    
    No longer needs a second table, does exactly thumbnail_count insertions
    
    * Switch to command_native
    
    mp.utils.subprocess is deprecated
    
    * Clean up the patched osc
    
    * Trailing commas
    NicolaSmaniotto authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    21ccb89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a5e7d8 View commit details
    Browse the repository at this point in the history
  3. Extract the patch for the OSD

    diff -u osc.lua patched_osc.lua
    NicolaSmaniotto committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    97aef6d View commit details
    Browse the repository at this point in the history
  4. Add script to update the OSC

    It also creates a new patch in case the offsets or the context changed
    NicolaSmaniotto committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a3a73c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9191070 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. thumbnailer_shared: use full filename path for remote URLs, hash them (

    …#45)
    
    The actual filename part is often similar for different URLs,
    so use the full path. Ensure it is always hashed to prevent
    bad characters from entering file names.
    
    Closes #44
    olifre authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    32fdc2d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    6b42232 View commit details
    Browse the repository at this point in the history
Loading