VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Member
    Join Date
    Oct 2019
    Location
    America
    Search Comp PM
    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:
    Code:
    CmdID='(ID_PLAYBACK_5SEC_.*?)' AltCmdID='(ID_PROCESS_.*?)'
    5. In the "Where" or "Directory" field, type or paste the following: "C:\Program Files\PotPlayer\Skins\DefaultModified".
    6. In the "Replace with" field, type or paste the following:
    Code:
    CmdID='\2' AltCmdID='\1'
    7. Click the "Replace" or "Replace in Files" button.
    We've swapped the L and R function, now we'll swap the text.
    8. In the "Find" field, type or paste the following:
    Code:
    {\$CP0=L:(Seek .*?), R:(Play .*?)\$}'
    9. In the "Replace with" field, type or paste the following:
    Code:
    {$CP0=L:\2, R:\1$}'
    10. Click the "Replace" or "Replace in Files" button.
    We've now swapped the text on the button. We'll change the skin title next.
    11. Find in files:
    Code:
    {\$CP0=(Default)( Skin)\$}
    12. Replace in files:
    Code:
    {$CP0=\1Modified\2$}
    13. Click the Replace button.
    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.
    Last edited by Unknow0059; 29th Sep 2020 at 05:05. Reason: realization
    Quote Quote  
  2. thx useful
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!