Search found 15 matches

by davidh2k
04 Mar 2020, 20:43
Forum: Help and Support
Topic: Combine -mediainfo with info of -rename dryrun
Replies: 5
Views: 5478

Re: Combine -mediainfo with info of -rename dryrun

Update: It just failed on 4 Movies. Any Idea why it may failed on those 4? Not a big of an issue though.

Image

Greetings
David
by davidh2k
03 Mar 2020, 17:02
Forum: Help and Support
Topic: Combine -mediainfo with info of -rename dryrun
Replies: 5
Views: 5478

Re: Combine -mediainfo with info of -rename dryrun

Thank you rednoah, in fact they have not been processed by filebot before, but rather radarr. But thanks to your extended code snippet for the {fn} tag, it seems I get what I wanted. I'll let it run now and check if it works for the complete library. Edit : It seems some don't seem to work, so I may...
by davidh2k
03 Mar 2020, 13:55
Forum: Help and Support
Topic: Combine -mediainfo with info of -rename dryrun
Replies: 5
Views: 5478

Combine -mediainfo with info of -rename dryrun

Hello Forum, hello rednoah I have a small script for gathering a csv of my movies. I want to extend it with some fields that seem to be not available when I use -mediainfo like {n} to fetch the proper title of the movie, not just the {fn} filename. My script (removed unncessary bits, full command do...
by davidh2k
02 May 2014, 00:41
Forum: Scripting and Automation
Topic: WARNING: Failed to preload libzen
Replies: 6
Views: 3914

Re: WARNING: Failed to preload libzen

Okay, thanks again for your help.

Greetings
David
by davidh2k
30 Apr 2014, 20:41
Forum: Scripting and Automation
Topic: WARNING: Failed to preload libzen
Replies: 6
Views: 3914

Re: WARNING: Failed to preload libzen

Thank you. Symlinking did not help either but installing the libs from http://mediaarea.net/en/MediaInfo/Download/Debian at least enabled the use of mediainfo. But, on the installation it told me that all libs aren't ELF files cause of a bad header (wrong magic bytes on the beginning of the file)?! ...
by davidh2k
30 Apr 2014, 12:17
Forum: Scripting and Automation
Topic: WARNING: Failed to preload libzen
Replies: 6
Views: 3914

Re: WARNING: Failed to preload libzen

Yes I did check the FAQ. It states that the files have to be there, best place where the binary is. I also found a suggestion from you to place the libs inside /usr/lib. (Suggested here: http://www.filebot.net/forums/viewtopic.php?t=98&p=2615) I used the libs from http://sourceforge.net/p/filebo...
by davidh2k
30 Apr 2014, 00:06
Forum: Scripting and Automation
Topic: WARNING: Failed to preload libzen
Replies: 6
Views: 3914

WARNING: Failed to preload libzen

I'm trying to fix the Error "WARNING: Failed to preload libzen". I'm running filebot on a Debian Wheezy. I have a 64 bit system, filebot was installed as a 64bit version and carries the neccessary libs with it. I also have Java 64bit installed on my System. If I now try to rename/move a fi...
by davidh2k
11 Oct 2013, 12:23
Forum: Feature Requests and Bug Reports
Topic: SAXParseException: An invalid XML character (Unicode: 0x0)
Replies: 2
Views: 3807

Re: SAXParseException: An invalid XML character (Unicode: 0x

Thanks for the reply ;)

Seems to be fixed now.

Greetings
David
by davidh2k
08 Oct 2013, 23:12
Forum: Feature Requests and Bug Reports
Topic: SAXParseException: An invalid XML character (Unicode: 0x0)
Replies: 2
Views: 3807

SAXParseException: An invalid XML character (Unicode: 0x0)

When pulling episodes name from the thetvdb I get the following error, both on my windows desktop and my linux cli: SAXParseException: An invalid XML character (Unicode: 0x0) was found in the element content of the document. If I pull from serienjunkies all is fine. The error also appears when the f...
by davidh2k
21 Sep 2013, 21:46
Forum: Scripting and Automation
Topic: Rename TV Episodes - w/out moving to "standard"dir structure
Replies: 10
Views: 5634

Re: Rename TV Episodes - w/out moving to "standard"dir struc

Thank you rednoah, if you're are no programer your are not used to these kind of things. I apprecciate your help.

It works now correctly. I'm trying now to integrate it into pyload.

Again, many many thanks.

Greetings
David
by davidh2k
21 Sep 2013, 21:32
Forum: Scripting and Automation
Topic: Rename TV Episodes - w/out moving to "standard"dir structure
Replies: 10
Views: 5634

Re: Rename TV Episodes - w/out moving to "standard"dir struc

Ah yeah escaping... my bad, but this doesn't seem to work. root@debian:~/.pyload/Downloads/haven.s04e02.repack.720p.hdtv.x264-2hd.mkv# filebot -rename . --db thetvdb --format "/root/{n.replaceAll(/[!?.]+$/).replaceAll(/[`´‘’ʻ]/, \"'\").replace(':',' -')} - {s00e00} - {t.replaceAll(/[!...
by davidh2k
21 Sep 2013, 21:02
Forum: Scripting and Automation
Topic: Rename TV Episodes - w/out moving to "standard"dir structure
Replies: 10
Views: 5634

Re: Rename TV Episodes - w/out moving to "standard"dir struc

I guess I have to polish your shoes now, thats exactly what I need. But, when I now try to use my syntax that I already setup on my win machine to cleanup ":" to " -" and all the other sentence marks, I get into trouble because of the multiple "". filebot -rename . --db...
by davidh2k
21 Sep 2013, 20:33
Forum: Scripting and Automation
Topic: Rename TV Episodes - w/out moving to "standard"dir structure
Replies: 10
Views: 5634

Re: Rename TV Episodes - w/out moving to "standard"dir struc

Na... not so fuzzy but rather scared of setting it up so complicated, because my order/file structure is so complicated. So, lets say I would set it up to put it into the correct folders, I would have the problem that filebot may stumbles accross two folders for one season - one for the english (new...
by davidh2k
21 Sep 2013, 19:01
Forum: Scripting and Automation
Topic: Rename TV Episodes - w/out moving to "standard"dir structure
Replies: 10
Views: 5634

Re: Rename TV Episodes - w/out moving to "standard"dir struc

Not really, no. Because I don't have all 26 letters but just grouped them into (Due to the reason that I often just browse my library directly, without using the xbmc library, but rather via the smb/nfs share, that makes it easier) 0-C D-L M-R S-T U-Z The parent folder is called "Serien". ...
by davidh2k
21 Sep 2013, 17:00
Forum: Scripting and Automation
Topic: Rename TV Episodes - w/out moving to "standard"dir structure
Replies: 10
Views: 5634

Rename TV Episodes - w/out moving to "standard"dir structure

Hello, I'm trying to setup a (fully) automated pyload download station. I tested around a bit with some scripts but I have not yet found the one that serves my needs. Because I have a "special" folder structure for my TV shows, e.g.: "../Serien/0-C/Anger Management/Staffel 2 EN 1080p&...