github Eisa01/mpv-scripts 2.2.1

latest release: 25-09-2023
2 years ago

Release information

  • Updated SimpleHistory to 1.1
  • Updated SmartCopyPaste to 3.1
  • Updated SmartCopyPaste_II to 3.1
  • Updated SimpleBookmark to 1.1
  • Updated related conf files

2.2.1 Release Information

  • Reverted: Ability to utilize multi-paste to copy multiple local items (windows-only) and paste them to generate a playlist ( closes #45 )
  • Fixed release scripts ( closes #46 )

SimpleHistory 1.1 Changelog

  • Feature: A very smart blacklist option that can blacklist defined websites, urls, files, file paths, and protocols.
  • Feature: Blacklist can be inverted into a whitelist so SimpleHistory only logs whitelisted items
  • Feature: A Customizable Incognito Mode, when enabled it will stop history logging until disabled ctrl+shift+h
  • Feature: Auto Run option for Incognito Mode

SmartCopyPaste 3.1 Changelog

  • Feature: Multi-paste is now possible and with smart functionality, works on a list of items/paths/urls that are seperated by new lines
  • Feature: Multi-paste plays and resume, adds to playlist, appends subtitles, ignores files that doesn't exists or files that are unsupported
  • Feature: Highly customizable time_format settings for copying time, e.g.: to copy time in specific format, show milliseconds, round them or truncate them
  • Enhancement: Added more error checks for SmartCopyPaste and fix unsupported check to check for subtitle as well
  • Fix: Fixed storing wrong title in log file when pasting url into playlist
  • Fix: Fixed some debug messages that wont appear if osd_messages are disabled from user

LogManager Changelog

(This is changelog for the GUI list that displays the logged items for SimpleHistory, SimpleBookmark, SmartCopyPaste_II)

  • Feature: Multi-Highlight which adds the ability to highlight multiple items on list (Press Shift while navigating the list) e.g.: shift+home, shift+end, shift+down, shift+up, ctrl+a
  • Feature: Multi-delete using multi-highlight shift+del to delete all highlighted items
  • Feature: Multi-add to playlist using multi-highlight shift+enter to add all highlighted items into playlist
  • Feature: Multi-unbind for keybind slots alt+shift+- removes assigned keybind for highlighted bookmark items (SimpleBookmark Only)
  • Feature: A powerful search engine, you can now type year, month, etc, to list all of specific date. You can type show name + episode number or whatever, e.g: portion of url/filepath/protocol/date/filename, it will try to understand. e.g.: Apr 2021 Dragon Ball 05
  • Feature: Option to define search_behavior for search engine, revert to old behavior / decrease unwanted results by removing searching for time, etc..
  • Feature: Customizable option to show duration, reached time, remaining time in the header or in the list #40
  • Feature: Option to hide 0-9 keybinds from list when 0-9 keybinds are enabled
  • Feature: Option to use OS variables when defining the path where log file will be stored #38
  • Feature: Keybind to cycle between different sorts for displayed list alt+s
  • Feature: Option to make sort appear in the header and to hide a specified sort from header
  • Enhancement: Better option to decide the specific default sort for any of the filters
  • Enhancement: Better sort implementation (None sort was removed, and added-asc acts as none whenever needed)
  • Enhancement: Highlighted items are updated with cycling through sort
  • Enhancement: New and improved implementation for jumping to filter using LEFT/RIGHT keys when list is open
  • Enhacement: Variables for user configurations are wrapped inside % to make more sense

Additional Changelog

  • Enhancement: Sort plays nice when search is triggered
  • Enhancement: Remove ignore_search and instead of get_list_contents update list_contents using the new read_log_table
  • Enhancement: Save video_length in log
  • Enhancement: Highlights to save sequence number so that we can easily manage the highlighted items
  • Fix: Fixed not showing sortName in 'all' filter when opening list
  • Fix: Fixed bug where if cursor position is higher than displayed items it will still cause cursor to be stuck
  • Fix: Fixed crash when attempting to add keybind and search results are empty
  • Enhancement: Many other backend optimizations and fixes that I probably forgot to note-down. :D

Update Instructions

This update will require deleting your old log file, or if you still want to keep it then it must be patched.
To patch the log file for this version, simply open it with notepad and press ctrl+h to trigger the replace dialog. replace all | time= to | length=0 | time=

Scripts found in this release

  • SimpleHistory-1.1.lua
  • SmartCopyPaste_II-3.1.lua
  • SmartCopyPaste-3.1.lua
  • SimpleBookmark-1.1.lua
  • SimpleUndo-3.2.lua
  • UndoRedo-2.2.lua

Script-opts found in this release

  • SimpleHistory-1.1.conf
  • SimpleBookmark-1.1.conf
  • SmartCopyPaste_II-3.1.conf
  • SmartCopyPaste-3.1.conf

Don't miss a new mpv-scripts release

NewReleases is sending notifications on new releases.