whipper icon indicating copy to clipboard operation
whipper copied to clipboard

Question: Naming for Plex Compliance

Open ThomasMagnum308 opened this issue 3 months ago • 2 comments

Hello,

I’m new to whipper, and I wanted to see if anyone has figured out the correct track and disc template schemes so that everything is named like Plex wants to see it upon initial import.

https://support.plex.tv/articles/200265296-adding-music-media-from-folders/#toc-0

The trickiest bit seems to be the multi-disc naming. Is there a template scheme that could handle both?

https://github.com/whipper-team/whipper/blob/develop/man/whipper-cd-rip.rst#template-schemes

It seems like this should be possible according to this, but I can’t quite figure it out. https://github.com/whipper-team/whipper/issues/448

ThomasMagnum308 avatar Sep 04 '25 06:09 ThomasMagnum308

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

To help make it easier for us to investigate your issue, please follow the contributing instructions.

github-actions[bot] avatar Sep 04 '25 06:09 github-actions[bot]

I just use

track_template = %%A/%%D/%%N%%t - %%n
disc_template = %%A/%%D/%%N

This always adds the disk number, but Plex seems to be fine with that

CommandMC avatar Sep 24 '25 17:09 CommandMC