Search found 12 matches

by Hostile18
26 May 2024, 11:37
Forum: Help and Support
Topic: Newbie Questions for use with Jellyfin
Replies: 18
Views: 2844

Re: Newbie Questions for use with Jellyfin

Yeah I was using the QxR group structure, applying it to all my files. Was renaming files all day yesterday. As a work around I created a preset for each name that it would otherwise change. It was only something like 3 encoders "Ghost", "Silence" and "Panda". Also have...
by Hostile18
25 May 2024, 15:40
Forum: Help and Support
Topic: Newbie Questions for use with Jellyfin
Replies: 18
Views: 2844

Re: Newbie Questions for use with Jellyfin

Thank you, I'd of never got this myself lol. Using that last code, its almost there, I get this; Z:\TV Shows\TV Shows\Reacher (2022) [tmdbid-108978]\Season 01\Reacher (2022) - S01E06 - Papier (1080p BluRay x265- Papier (1080p BluRay x265 Ghost) When Ideally I'd of thought it should come out like thi...
by Hostile18
25 May 2024, 14:09
Forum: Help and Support
Topic: Newbie Questions for use with Jellyfin
Replies: 18
Views: 2844

Re: Newbie Questions for use with Jellyfin

e.g. just add it to your format: {n} - {s00e00} - {t} { fn.match(/[-]([^-]+)$/) } e.g. use {jellyfin} operators as seen in Answer 2 above: Z:/{ jellyfin.id % { fn.match(/[-][^-]+$/) } } {drive}/{ jellyfin.id }/{n} ({y}) - {s00e00} - {t} ({vf} {hdr} {Source} {vc} {group}) I'm really struggling with ...
by Hostile18
24 May 2024, 21:26
Forum: Help and Support
Topic: Newbie Questions for use with Jellyfin
Replies: 18
Views: 2844

Re: Newbie Questions for use with Jellyfin

Thank you, I'm not sure how TVDB was ever selected, perhaps once as a mistake is all I can think, In any case its running smoothly now. Thank you for all your help, its much appreciated.
by Hostile18
24 May 2024, 13:07
Forum: Help and Support
Topic: Newbie Questions for use with Jellyfin
Replies: 18
Views: 2844

Re: Newbie Questions for use with Jellyfin

Thank you! To be honest I thought it was pulling from TheMovieDB as that is what my Jellyfin uses. How do I set it to that? I see on the right hand side you can select source but I had been just loading up my saved code in the left hand side window. Do I need to load it and then in the right window ...
by Hostile18
24 May 2024, 08:59
Forum: Help and Support
Topic: Newbie Questions for use with Jellyfin
Replies: 18
Views: 2844

Re: Newbie Questions for use with Jellyfin

Edit I seem to be getting a lot of these the last hour. Stopping pulling data on any of my codes that were previously working (pretty sure I didn't change anything).
Fetch failed: Try again in 8 seconds (1 more) => net.filebot.web.HttpServerError: https://api4.thetvdb.com/v4/login [502 Bad Gateway]
by Hostile18
24 May 2024, 08:17
Forum: Help and Support
Topic: Newbie Questions for use with Jellyfin
Replies: 18
Views: 2844

Re: Newbie Questions for use with Jellyfin

{ jellyfin.id }/{n} ({y}) - {s00e00} - {t} ({vf} {source} {vc} {hdr} {group}) { fn.group(/[-]([^-]+)$/) } Would this be the code I'd copy in for the group to be spelt/capitalised exactly from the file? Sorry haven't full got my head above the basics. The top line is the code I'm using, so I'd just a...
by Hostile18
24 May 2024, 05:53
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 688
Views: 1686013

Re: Release Groups {group}

Hi. As per their own releases

SILENCE
Should be listed as
Silence
by Hostile18
24 May 2024, 05:27
Forum: Help and Support
Topic: Newbie Questions for use with Jellyfin
Replies: 18
Views: 2844

Re: Newbie Questions for use with Jellyfin

Thank you. Looking at that release list I know why I was having a problem just with Silence. The table is wrong for that group members entry. It should be "Silence" as listed in all their files on their release website, rather than what is listed here as "SILENCE". All other QxR ...
by Hostile18
23 May 2024, 18:30
Forum: Help and Support
Topic: Newbie Questions for use with Jellyfin
Replies: 18
Views: 2844

Re: Newbie Questions for use with Jellyfin

Thank you I'm pretty much sorted now after experimentation. Just one last question please. I have group at the end in my code and it works perfectly for all but one encoder. It changes "Silence" to SILENCE for a reason I can't work out. I see this might be the parameter I need, but I'm not...
by Hostile18
22 May 2024, 21:40
Forum: Help and Support
Topic: Newbie Questions for use with Jellyfin
Replies: 18
Views: 2844

Re: Newbie Questions for use with Jellyfin

Wow, thank you for such a detailed response! I'll experiment with everything tomorrow. I have had a few hours to play around and I think I've worked out alot of my issues. This is the code I'm using now; {'Season 0'+ s}/{n} ({y}) - {s00e00} - {t} ({vf} {Source} {hdr} {vc}) If I make sure Filebot doe...
by Hostile18
22 May 2024, 07:47
Forum: Help and Support
Topic: Newbie Questions for use with Jellyfin
Replies: 18
Views: 2844

Newbie Questions for use with Jellyfin

Hi all. Got a few newbie questions, so please answer like I'm 5 who has no idea about code lol. Love the program so far. Four questions; Question 1 When I change the name of my episodes it also relocated them to a new folder. So all episodes out of "Buffy the Vampire Slayer" will go to &qu...