-
Hi there! Being a cinephile, I have a bunch of "foreign" films, where the original soundtrack could be in German, French, Indonesian, Mandarin, Cantonese, etc. Is there a way to do a dry-run without any destructive changes? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
You need to specify all languages you want to keep, or you can set Use I would suggest you test using a copy of your files until you are satisfied with the results before you do bulk processing. |
Beta Was this translation helpful? Give feedback.
-
By default, Plexcleaner does not remove foreign language audio tracks unless they are flagged as extras or commentary tracks. So, you should not have to define all of the languages in your media library. However, if you have made changes to the default settings, such as checking the "Remove audio tracks in languages not listed in 'Audio Languages'" option, then you may need to ensure that all of the foreign language tracks are listed in the "Audio Languages" section of your Plex library. To perform a dry-run without making any destructive changes, you can use the "--dry-run" option when running Plexcleaner. This will allow you to see what changes would be made without actually deleting any files. For example, to perform a dry-run on a library called "Movies", you can use the following command: |
Beta Was this translation helpful? Give feedback.
-
Great, I'll try. It uses the flagOriginal tag?
Lars Augensen
40224293
…On Mon, Mar 27, 2023, 04:18 Pieter Viljoen ***@***.***> wrote:
You can try out v3 beta (develop branch), I added an option to keep the
original language if it was tagged in metadata.
—
Reply to this email directly, view it on GitHub
<#134 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACN37R27D3PGF3OKQMIMXFLW6D2IXANCNFSM6AAAAAASD2KCJY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
You need to specify all languages you want to keep, or you can set
RemoveUnwantedLanguageTracks: false
to not remove any.Use
--testnomodify
as documented an option for theprocess
command.I would suggest you test using a copy of your files until you are satisfied with the results before you do bulk processing.
Or if you use e.g. ZFS take a snapshot of your media volume that can easily be reverted.