Search found 26 matches

by snickers2k
02 May 2021, 10:46
Forum: Episode / Movie Naming Scheme
Topic: Naming files from local PLEX database
Replies: 28
Views: 35501

Re: Naming files from local PLEX database

but still, i don't understand why this is not possible with filebot .. emby/plex is often the only place where stuff is organized in messed up libraries .. so converting back from plex/emby db's seems like a obvious thing to do :/

well thanks anyway
by snickers2k
01 May 2021, 20:35
Forum: Episode / Movie Naming Scheme
Topic: Naming files from local PLEX database
Replies: 28
Views: 35501

Re: Naming files from local PLEX database

yeah i'm sorry but i found out too late that there is no filepath exported to work with :/

i have plex exported nfo files for every single file.. and now only have to figure out how to force filebot to read them (because in a short test, it didnt worked).
think thats the best option for others who ...
by snickers2k
28 Apr 2021, 21:57
Forum: Episode / Movie Naming Scheme
Topic: Naming files from local PLEX database
Replies: 28
Views: 35501

Re: Naming files from local PLEX database

https://drive.google.com/file/d/1lqg17X ... Pq4Lw/view

but you are right.. tautulli isn't exporting in S01E01 style.. instead with "index"-flag for each Seasons and Episodes :(
by snickers2k
28 Apr 2021, 13:09
Forum: Episode / Movie Naming Scheme
Topic: Naming files from local PLEX database
Replies: 28
Views: 35501

Re: Naming files from local PLEX database

xattr is a different thing.. not supported by tautulli nor rclone ..

this is what we got

https://github.com/Tautulli/Tautulli/wiki/Exporter-Guide
csv, json, xml, m3u8

https://github.com/Tautulli/Tautulli/wiki/3rd-Party-APIs-Guide
Cloudinary, MaxMind

but i'm obviously the wrong person.
but i'm ...
by snickers2k
27 Apr 2021, 18:30
Forum: Episode / Movie Naming Scheme
Topic: Naming files from local PLEX database
Replies: 28
Views: 35501

Re: Naming files from local PLEX database

okay, have no clue how to do this. but i think it would well worth it to have plex db working with filebot.
tautulli supports exporting in various formats...

any chance for a working guide or even working plugin/script inside filebot ?
by snickers2k
22 Apr 2021, 22:41
Forum: Scripting and Automation
Topic: just rename folders ..
Replies: 1
Views: 2602

just rename folders ..

filebot -script fn:amc "/mnt/local/Dokus/" --action move --def target=folder --filter "id in [347903]"

for testing named a series "explained t"

resulted in this strange thing:

from: [/mnt/local/Dokus/explained t/Season 2/Season 02/Explained - S02E10 - DIAMANTEN.mp4]

to: [/mnt/local/Dokus ...
by snickers2k
22 Apr 2021, 01:02
Forum: Anything and Everything else
Topic: Some honest feedback about pricing
Replies: 3
Views: 32933

Re: Some honest feedback about pricing

question is only; where is the $30 lifetime version for linux? :D like for mac/windows ... thats ... strange...
by snickers2k
19 Mar 2020, 01:41
Forum: Feature Requests and Bug Reports
Topic: extremely bad recognition
Replies: 10
Views: 11526

Re: extremely bad recognition

okay... still dont understand those matches ...

and whats with
CmdlineException: Multiple queries: Processing multiple shows at once requires -non-strict matching: [Babylon Berlin, Wilsberg, 1994, Berlin]
its kind of the whole game to do multiple shows at once ?!
by snickers2k
16 Mar 2020, 22:08
Forum: Feature Requests and Bug Reports
Topic: extremely bad recognition
Replies: 10
Views: 11526

Re: extremely bad recognition

this is such a joke...

now strict-mode with movies ... maniac-mode aswell

[TEST] from [/home/snikay/Downloads/---Archiv/Movies/Wilsberg - In Treu und Glauben - 2016 - German - ac3hd720pmkv.mkv] to [/home/snikay/Move2Drive/Movies/Confirmation (2016) [tt4608402]/Confirmation (2016) - Movies ...
by snickers2k
14 Mar 2020, 13:59
Forum: Feature Requests and Bug Reports
Topic: extremely bad recognition
Replies: 10
Views: 11526

Re: extremely bad recognition

i knew there was a reason to use non-strict mode ... because strict-mode doesn't work neither...
Rename episodes using [TheTVDB] with [Airdate Order]
Failed to lookup info by id: java.io.IOException: Is a directory
Auto-detected query: [Wilsberg, wilsberg die nadel im muellhaufen, wilsberg die ...
by snickers2k
05 Mar 2020, 11:46
Forum: Feature Requests and Bug Reports
Topic: extremely bad recognition
Replies: 10
Views: 11526

Re: extremely bad recognition

on some networks season 4 is the second part of season 3 (or at least it was released that way)
if there is no season 4 in imdb/tvdb , why is it moved in the first place ?
Mode strict almost does not match anything. No Year, no Match - most of the time.
non-strict, the way it works, should be ...
by snickers2k
03 Mar 2020, 01:29
Forum: Feature Requests and Bug Reports
Topic: extremely bad recognition
Replies: 10
Views: 11526

extremely bad recognition

[MOVE] from [/home/snikay/Downloads/---Archiv/Series/Spartacus.S04.Complete.GERMAN.DL.1080P.WEB.H264-WAYNE/spartacus.s04e02.german.dl.1080p.web.h264-wayne.mkv] to [/home/snikay/Move2Drive/Series/Spartacus (2010) [129261]/Season 01/Spartacus - S01E02 - Sacramentum Gladiatorum/Spartacus - S01E02 ...
by snickers2k
19 Dec 2019, 00:25
Forum: Episode / Movie Naming Scheme
Topic: Naming files from local PLEX database
Replies: 28
Views: 35501

Re: Naming files from local PLEX database

hey @devster , did you manage to get this working?
by snickers2k
13 Sep 2019, 18:43
Forum: Help and Support
Topic: how to fix a movie folder for Plex (i.e. dealing with extras)
Replies: 21
Views: 43961

Re: how to fix a movie folder for Plex (i.e. dealing with extras)



Maybe you can use something like this ?
{any{fn.match(/Extras|-behindthescenes|-deleted|-featurette|-interview|-scene|-short|-trailer|-other/) ? plex[0]+'/'+plex[1]+'/Others/'+fn : 'plex1'}{plex.toString().replaceAll(/\sCD\d/)}}


Thanks, this is great! I've been using a switch statement to ...
by snickers2k
05 Sep 2019, 08:05
Forum: Help and Support
Topic: [amc] --def seriesFormat is ignored when processing Anime
Replies: 1
Views: 2433

[amc] --def seriesFormat is ignored when processing Anime

#!/bin/bash
filebot -script fn:amc \
--log-file ~/logs/Filebot_Downloads_Series.txt \
--def subtitles=de,en \
--def skipExtract=y \
--def ignore="tmp" \
--def clean=y \
--lang de \
--def minAgeHours=0.5 \
--action move -non-strict -no-xattr \
--conflict override \
--def minFileSize=200 \
"/home ...
by snickers2k
29 Aug 2019, 14:33
Forum: Ubuntu & Desktop Linux
Topic: [idx / sub] How can i better handle subtitle language detection?
Replies: 14
Views: 10698

Re: [idx / sub] How can i better handle subtitle language detection?

Cyb3rGh05t wrote: 22 Jul 2019, 17:57 hmmm ok {subt}.

yes that did the trick

thank you very much :)

could you please share your working script ?
by snickers2k
22 Aug 2019, 13:24
Forum: Episode / Movie Naming Scheme
Topic: Naming files from local PLEX database
Replies: 28
Views: 35501

Re: Naming files from local PLEX database

Thats true. But i personally have bad expierence without "-non-strict" mode, since there is not always a Year in the title. For example without -non-strict, Title "Baywatch" , without the Year it's doing nothing because of not being able to differentiate "Baywatch Nights". -non-strict is ...
by snickers2k
21 Aug 2019, 11:09
Forum: Episode / Movie Naming Scheme
Topic: Naming files from local PLEX database
Replies: 28
Views: 35501

Re: Naming files from local PLEX database

@rednoah, this would be a huge feature request. I'm missing this feature for Years now... :/

I guess many of us fixing incorrect matches directly in Plex. But the original filename is still not appropriate. This is a huge Problem.

(Maybe it could be even useful (especially for cloud-users) to use ...
by snickers2k
08 Oct 2017, 13:14
Forum: Ubuntu & Desktop Linux
Topic: Error in `java': free(): invalid pointer:
Replies: 16
Views: 19451

Re: Error in `java': free(): invalid pointer:

thx rednoah. oracle-java8 solved it.
by snickers2k
01 Oct 2017, 13:59
Forum: Ubuntu & Desktop Linux
Topic: Error in `java': free(): invalid pointer:
Replies: 16
Views: 19451

Re: Error in `java': free(): invalid pointer:

now i tried it with oracle java 9
same result.. but even worse

filebot -script fn:sysinfo
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v7.Java7$1 (file:/usr/share/filebot/FileBot.jar) to constructor java.lang ...
by snickers2k
27 Sep 2017, 00:35
Forum: Ubuntu & Desktop Linux
Topic: Error in `java': free(): invalid pointer:
Replies: 16
Views: 19451

Re: Error in `java': free(): invalid pointer:

FileBot 4.7.9 (r4984)
JNA Native: 5.1.0
MediaInfo: 0.7.93
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2017-05-15 (r500)
Groovy: 2.4.10
JRE: OpenJDK Runtime Environment 1.8.0_131
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 10 Core / 10 GB ...
by snickers2k
26 Sep 2017, 01:07
Forum: Ubuntu & Desktop Linux
Topic: Error in `java': free(): invalid pointer:
Replies: 16
Views: 19451

Re: Error in `java': free(): invalid pointer:

having kind of the same error.. on one server, its "invalid pointer" , on the other its this error "invalid size" ...

*** Error in `java': free(): invalid size: 0x00007f4159fc90b0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7f415e1457e5]
/lib/x86_64-linux-gnu/libc ...
by snickers2k
30 Jul 2017, 15:53
Forum: Scripting and Automation
Topic: only process files older than a xx hours?
Replies: 4
Views: 4209

Re: only process files older than a xx hours?

Hey. I tried this with "--minAgeHours=1" but since most files has a very old Date (original creation date), this isn't working.
You said my setup is wrong. But i don't really know how to this. JD2 (and pyload aswell) extracts files directly into the "extraction-folder". And therefore they are ...