2024-06-20, 04:20 PM
(This post was last modified: 2024-06-20, 04:20 PM by Efficient_Good_5784. Edited 1 time in total.)
Good news is that for both trickplay and chapter metadata, only the folders contain their names. The actual files are only made up of numbers.
On Windows:
On Linux:
On Windows:
- Open the metadata/library folder in a windows explorer page.
- There, use the explorer's search tab and search for "chapter" or "trickplay". This will pull up all folders that it finds in the current directory and all of its subdirectories.
- When the search is done, just hit ctrl+a to select all the folders and then press delete.
On Linux:
- Navigate to the metadata/library directory.
- Use the "find" command to search for all folders either named "chapter" or "trickplay". Refer to the Linux man pages if you need help with how to set it up.
- Pass the list of found folders to a command that will delete them recursively.