I assure these instructions work on "PotPlayer Version: 200908(1.7.21295)".
Requirements:
- File archiver such as WinRAR or 7Zip;
- Text editor with Regular Expression support alongside its Find and Replace feature. It must also have a Find in Files feature. Notepad++ and Sublime Text 3 have these, which can be accessed through the "Ctrl Shift F" shortcut.
I'll be using WinRAR and Sublime Text 3.
Don't copy the double quotation marks around text, just their contents.
Instructions:
1. In File Explorer, go to "C:\Program Files\PotPlayer\Skins\".
2. Drag and drop "Default.dsf" onto WinRAR.exe or otherwise open it with it.
3. Create a folder. I'll be naming that folder "DefaultModified". Extract the files into that folder.
4. In Text Editor, in the Find and Replace window, with Regular Expression mode activated and using the Find in Files feature, in the "Find" field, type or paste the following:5. In the "Where" or "Directory" field, type or paste the following: "C:\Program Files\PotPlayer\Skins\DefaultModified".Code:CmdID='(ID_PLAYBACK_5SEC_.*?)' AltCmdID='(ID_PROCESS_.*?)'
6. In the "Replace with" field, type or paste the following:7. Click the "Replace" or "Replace in Files" button.Code:CmdID='\2' AltCmdID='\1'
We've swapped the L and R function, now we'll swap the text.
8. In the "Find" field, type or paste the following:9. In the "Replace with" field, type or paste the following:Code:{\$CP0=L:(Seek .*?), R:(Play .*?)\$}'10. Click the "Replace" or "Replace in Files" button.Code:{$CP0=L:\2, R:\1$}'
We've now swapped the text on the button. We'll change the skin title next.
11. Find in files:12. Replace in files:Code:{\$CP0=(Default)( Skin)\$}13. Click the Replace button.Code:{$CP0=\1Modified\2$}
14. In PotPlayer, press F5 or otherwise access the Preferences menu, then choose "DefaultModified (folder)" from the Skin dropdown list.
That's it!
Lol I just realized videohelp is not a PotPlayer exclusive forum. Oh well, can't change the title now.
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by Unknow0059; 29th Sep 2020 at 05:05. Reason: realization
Similar Threads
-
Filmora Functionality
By Audiovisual in forum Newbie / General discussionsReplies: 0Last Post: 14th Sep 2020, 13:14 -
Play button does not appear
By aruwin in forum Video Streaming DownloadingReplies: 2Last Post: 28th Dec 2017, 08:07 -
Need tsMuxerGUI functionality for AVI file demuxing - HELP!
By billw6560 in forum Video ConversionReplies: 3Last Post: 10th Nov 2016, 16:21 -
DVDStyler - How to hide the white dot next to the "Play All" button?
By Gameshow Host in forum EditingReplies: 7Last Post: 2nd Mar 2016, 13:16 -
Capturing with DVR functionality
By DJQuad in forum Capturing and VCRReplies: 29Last Post: 28th Dec 2015, 18:34