Skip to content

Instantly share code, notes, and snippets.

@starkayc
Created April 17, 2025 23:54
Show Gist options
  • Select an option

  • Save starkayc/a4f574ca995515aded82fea3d9c5613c to your computer and use it in GitHub Desktop.

Select an option

Save starkayc/a4f574ca995515aded82fea3d9c5613c to your computer and use it in GitHub Desktop.
Fix Medal Clip Library After Manually Moving Files

🛠️ How to Change Medal Clip File Path

If you've moved your Medal clip storage to a different drive or folder, follow these steps to update the file path and get everything working again.

Step 1: Quit Medal Application

Make sure Medal is fully closed before starting.


Step 2: Head to %appdata%\Medal\store

Just paste this into File Explorer’s address bar or press Win + R and enter it there.

Step 2 Screenshot


Step 3: There's going to be a file named clips.json

This file contains the paths to your saved clips.

Step 3 Screenshot


Step 4: Open the file with Notepad

Right-click the file and choose “Open with” → Notepad.


Step 5: You'll see something like C:\\Medal\\

It might be different depending on where you originally saved your clips.


Step 6: Press Ctrl + F, input C:\\Medal\\ in the Find field, and in the Replace field set it to your new path like E:\\Medal\\

Then hit “Replace All” and save the file. Again, the drive letter (C: or E:) will vary based on where you moved your clips.

Step 6 Screenshot


Step 7: Open up Medal and everything should be working again

Your clips should now load from the new location.


✅ Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment