Search found 12 matches

by smellycheese
06 Feb 2026, 01:34
Forum: Help and Support
Topic: Jellyfin compatible naming scheme
Replies: 3
Views: 14945

Re: Jellyfin compatible naming scheme

Hello,

Thank to the tremendous and incredibly patient Rednoah and after multiple change, I finally get a satisfactory result.

Here is the current complete code :


{
def romanLanguages = ['en','fr','de','es','it','pt','nl','sv','da','no','fi','pl','cs','hu','ro','tr','el','la'] // list all ...
by smellycheese
04 Feb 2026, 21:50
Forum: Help and Support
Topic: Jellyfin compatible naming scheme : audio type
Replies: 5
Views: 13339

Re: Jellyfin compatible naming scheme : audio type

Hello,

I would first like to apologize again for the lack of news, we had the opportunity to talk about it briefly, but still.

I've a problem with the audio type block.

As suggested, I tried this :


{
// If multiple language exist ADD MULTi to new filename
if (count(audioLanguages) >= 2 ...
by smellycheese
28 Sep 2025, 17:24
Forum: Help and Support
Topic: Jellyfin compatible naming scheme : MULTi
Replies: 2
Views: 12181

Re: Jellyfin compatible naming scheme : MULTi

Hello,

Can't test at this moment but if I well understand, you count how many audio language appear in a file.
If we've 2 or more language then we add MULTi (if not already present in original filename).

If I well understood, then this function should avoid being tricked by multi track of the same ...
by smellycheese
28 Sep 2025, 14:13
Forum: Help and Support
Topic: Jellyfin compatible naming scheme : nfo
Replies: 3
Views: 11792

Re: Jellyfin compatible naming scheme : nfo

Hello,

Let's go for the existing process for generating NFO.
For the sha256 I'll take care of this myself, I'm even not fully decided for the hash type (sha256 could be very slow) and asked for this one as it still common.
On a post process work, I'll have more option.

For the original filename ...
by smellycheese
28 Sep 2025, 14:05
Forum: Help and Support
Topic: Jellyfin compatible naming scheme : quality
Replies: 2
Views: 10918

Re: Jellyfin compatible naming scheme : quality

Hello,

4KLight is a low target size for 2160p movies, and HDLight for 1080p movies.

For a time I tried to link such tag to format profile and file size, but as there's no rule we can have very different settings on some movies (for better or for worse)

There is no real rule for this preset which ...
by smellycheese
28 Sep 2025, 13:50
Forum: Help and Support
Topic: Jellyfin compatible naming scheme : audio type
Replies: 5
Views: 13339

Re: Jellyfin compatible naming scheme : audio type

Hello,

Thank a lot !

Few examples, I can provide more

VOF :
https://www.themoviedb.org/movie/8290-la-grande-vadrouille
https://www.themoviedb.org/movie/1084736-le-comte-de-monte-cristo

VOQ :
https://www.themoviedb.org/movie/15049-bon-cop-bad-cop
https://www.themoviedb.org/movie/881459-farador ...
by smellycheese
28 Sep 2025, 00:07
Forum: Help and Support
Topic: Jellyfin compatible naming scheme : nfo
Replies: 3
Views: 11792

Jellyfin compatible naming scheme : nfo

Hi,

Following main thread ( Jellyfin compatible naming scheme ) here is fifth part of the main idea related to nfo files.

For each file, I want an nfo file, in destination folder, named as the movie file but with .nfo extension.
This nfo must be compatible with Emby/Jellyfin and include the ...
by smellycheese
28 Sep 2025, 00:05
Forum: Help and Support
Topic: Jellyfin compatible naming scheme : audio type
Replies: 5
Views: 13339

Jellyfin compatible naming scheme : audio type

Hi,

Following main thread ( Jellyfin compatible naming scheme ) here is fourth part of the main idea named "audio type"

In French language, there's multiple variant, depending of original country of the movie, but also if it was dubbed by French, Canadian or unspecified actors.

I expect to have ...
by smellycheese
27 Sep 2025, 23:56
Forum: Help and Support
Topic: Jellyfin compatible naming scheme : quality
Replies: 2
Views: 10918

Jellyfin compatible naming scheme : quality

Hi,

Following main thread ( Jellyfin compatible naming scheme ) here is third part of the main idea named "quality"

Here I would take existing information from original title :

quality could be : BluRay, REMUX, 4KLight, HDLight, WEB, WEB-DL, WEBRip, VHSRip, DVDRip, HDTV, TVRip, BDRip

Thank in ...
by smellycheese
27 Sep 2025, 23:52
Forum: Help and Support
Topic: Jellyfin compatible naming scheme : MULTi
Replies: 2
Views: 12181

Jellyfin compatible naming scheme : MULTi

Hi,

Following main thread ( Jellyfin compatible naming scheme ) here is second part of the main idea named "MULTi"

For many non English (or for non English movies) we can have a specific tag to highlight that multiple languages are included with the movie.

If existing in original filename or if ...
by smellycheese
27 Sep 2025, 23:46
Forum: Help and Support
Topic: Jellyfin compatible naming scheme : particularities
Replies: 1
Views: 10069

Jellyfin compatible naming scheme : particularities

Hi,

Following main thread ( Jellyfin compatible naming scheme ) here is first part of the main idea named "particularities"

I'm looking to keep following terms (if exist) on original filename :
3D, REMASTERED, EXTENDED, THEATRiCAL, DiRECTORS.CUT, UNRATED, UNCUT, PROPER, iNTERNAL, LiMiTED, REPACK ...
by smellycheese
27 Sep 2025, 23:27
Forum: Help and Support
Topic: Jellyfin compatible naming scheme
Replies: 3
Views: 14945

Jellyfin compatible naming scheme

Hello,

Following a conversation with Rednoah, here is a topic about renaming movies to use them on Jellyfin/Emby and taking in consider multiple patterns like tags, quality, audio type (the different variants of French in particular) and few other concern.

As invited by our host, I'll slice this ...