This commit is contained in:
NotAShelf 2025-02-05 00:36:25 +00:00
commit 83f32f113b
83 changed files with 3040 additions and 53 deletions

View file

@ -0,0 +1 @@
searchState.loadedDescShard("cli", 0, "Add files to the playlist\nClear the entire playlist\nEnter interactive mode to send commands to MPV IPC\nList all the items in the playlist\nMove an item in the playlist from one index to another\nSkip to the next item in the playlist\nPause the currently playing media\nPlay media at the specified index in the playlist\nSkip to the previous item in the playlist\nFetch properties of the current playback or playlist\nRemove an item from the playlist\nReplace the current playlist with new files\nSeek to a specific position in the currently playing media\nStop the playback and quit MPV\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.\nThe filenames of the files to add\nThe filenames of the files to replace the playlist with\nThe index of the media to play\nThe index of the item to remove (optional)\nThe index of the item to move\nThe index to move the item to\nThe properties to fetch\nThe number of seconds to seek to")

View file

@ -0,0 +1 @@
searchState.loadedDescShard("mrc", 0, "MRC A library for interacting with the MPV media player …\nRetrieves the value of a property in MPV.\nLoads a file into MPV.\nRepresents common MPV commands.\nClears all items from the playlist.\nMoves an item in the playlist from one index to another.\nMoves to the next item in the playlist.\nMoves to the previous item in the playlist.\nRemoves an item from the playlist.\nQuits the MPV application.\nSeeks to a specific time in the current media.\nSets a property to a specified value in MPV.\nConverts MPV commands to their string equivalents.\nReturns the argument unchanged.\nSends the <code>get_property</code> command to retrieve a property …\nCalls <code>U::from(self)</code>.\nSends the <code>loadfile</code> command to load a file into MPV.\nSends the <code>playlist-clear</code> command to clear the playlist.\nSends the <code>playlist-move</code> command to move a playlist item …\nSends the <code>playlist-next</code> command to move to the next …\nSends the <code>playlist-prev</code> command to move to the previous …\nSends the <code>playlist-remove</code> command to remove an item from …\nSends the <code>quit</code> command to terminate MPV.\nSends the <code>seek</code> command to seek the media playback by a …\nSends a generic IPC command to the specified socket and …\nSends the <code>set_property</code> command to MPV to change a property …")

View file

@ -0,0 +1 @@
searchState.loadedDescShard("server", 0, "The IP address and port to bind the server to\nReturns the argument unchanged.\nCalls <code>U::from(self)</code>.\nPath to MPV IPC socket")