Search found 16 matches

by skchopperguy
04 Aug 2013, 05:59
Forum: Scripting and Automation
Topic: MediaInfo within script
Replies: 15
Views: 12082

Re: MediaInfo within script

HI, k. I will try that tomorrow (sleep soon).

So just to confirm with you. Is Java(TM) SE Runtime Environment 1.7.0_25 (headless) ok? or should I look for a newer version? sorry its late or I'd look myself. Thanks for all you help here man...much appreciated.
by skchopperguy
03 Aug 2013, 21:58
Forum: Scripting and Automation
Topic: MediaInfo within script
Replies: 15
Views: 12082

Re: MediaInfo within script

Ok, so I tested again. This time we have some errors (yay!). I did not install mediainfo package this time. I downloaded the latest filebot revision from HEAD and also download lib7-Zip-JBinding.so, libmediainfo.so and libzen.so from HEAD/trunk found on download page. All files are in same folder ...
by skchopperguy
03 Aug 2013, 10:20
Forum: Scripting and Automation
Topic: MediaInfo within script
Replies: 15
Views: 12082

Re: MediaInfo within script

Tried on another unit and a vm, same thing. Empty data. Doesn't filebot have mediainfo built-in to the binary? or does it need the mediainfo shared library installed? (http://packages.debian.org/wheezy/amd64/libmediainfo0/filelist) Both gui and cli work fine in windows 7. I think you might be ...
by skchopperguy
31 Jul 2013, 19:21
Forum: Scripting and Automation
Topic: MediaInfo within script
Replies: 15
Views: 12082

Re: MediaInfo within script

Ah, ok. So when I make that into a script, add my own file and run from cli I get... [:] Done ヾ(@⌒ー⌒@)ノ When I load the same file into the gui, I can use {resolution} and that works great. I don't understand why there would be any difference as both gui and cli are being called from same jar file. Th ...
by skchopperguy
31 Jul 2013, 14:37
Forum: Scripting and Automation
Topic: MediaInfo within script
Replies: 15
Views: 12082

Re: MediaInfo within script

libmediainfo seems to get loaded just fine. You'll have to start debugging and narrow down the issue. It's in your code. ;) EDIT: I only upload jars for the latest revision. Check FAQ. Can't be my script, artwork.tmdb is hosted on your web server. I don't have write access ;) Using the latest ...
by skchopperguy
31 Jul 2013, 14:19
Forum: Feature Requests and Bug Reports
Topic: Binding References
Replies: 4
Views: 3667

Re: Binding References

Thanks, got it ... and works. :)
by skchopperguy
31 Jul 2013, 00:43
Forum: Scripting and Automation
Topic: Possible?
Replies: 4
Views: 4414

Re: Possible?

Well, if bitkinex can move the file to a temp folder after its finished downloading, you could then drop Sickbeard altogether and use filebot on that directory for fetching/renaming/sorting into your final destination. Or point Sickbeard to that temp folder and let it do its thing. I'm working on a ...
by skchopperguy
30 Jul 2013, 23:58
Forum: Scripting and Automation
Topic: MediaInfo within script
Replies: 15
Views: 12082

Re: MediaInfo within script

~ $ filebot -script fn:sysinfo FileBot 3.61 (r1646) JNA Native: 3.5.0 MediaInfo: MediaInfoLib - v0.7.58 7-Zip-JBinding: OK Extended Attributes: DISABLED OpenJDK Runtime Environment 1.6.0_24 64-bit OpenJDK 64-Bit Server VM Linux (amd64) Done ヾ(@⌒ー⌒@)ノ I will play around with println...and without _gua ...
by skchopperguy
30 Jul 2013, 23:47
Forum: Scripting and Automation
Topic: Possible?
Replies: 4
Views: 4414

Re: Possible?

I can tell you that filebot would need to be running on the server. It cannot 'view' a remote server using sftp. Watcher script might be what you need. I have not used it, but lots of posts on that. All current scripts are here: http://filebot.net/scripts/ If you can understand: http://filebot.net ...
by skchopperguy
30 Jul 2013, 23:24
Forum: Feature Requests and Bug Reports
Topic: Binding References
Replies: 4
Views: 3667

Re: Binding References

Hi, Sorry, yes {tmdbid} is working :) {episode.series.id} does not work though. What is the latest revision for Debian? I have... filebot -version FileBot 3.61 (r1646) / OpenJDK Runtime Environment 1.6.0_24 Also, I think this guy is looking for {episode.series.id} as well. http://www.filebot.net ...
by skchopperguy
29 Jul 2013, 20:28
Forum: Scripting and Automation
Topic: MediaInfo within script
Replies: 15
Views: 12082

Re: MediaInfo within script

Works for you, really? I run filebot -script fn:artwork.tmdb /media/Movies/test_movies/ I only get empty tags for streamdetails in the nfo. That's one of the reasons that prompted me to start that other thread in the first place. 200 files and all have empty streamdetails so something must not be ...
by skchopperguy
29 Jul 2013, 19:13
Forum: Scripting and Automation
Topic: MediaInfo within script
Replies: 15
Views: 12082

MediaInfo within script

Hi, I'm hacking together a couple of scripts here and stuck on a way to put <streamdetails> into an nfo. I have a snippet below that I scooped. It does not return anything though. Any ideas what I might be doing wrong? import groovy.xml.* import net.sourceforge.filebot.mediainfo.* import net ...
by skchopperguy
29 Jul 2013, 03:20
Forum: Feature Requests and Bug Reports
Topic: Binding References
Replies: 4
Views: 3667

Binding References

Hi,

Would be really great to have {tmdbid}, {tvdbid}, {tvdbseriesid}, {tvdbseasonid}.
by skchopperguy
27 Jul 2013, 23:27
Forum: Scripting and Automation
Topic: Hiring: Automate/Scrape into SQLite3
Replies: 4
Views: 4426

Re: Hiring: Automate/Scrape into SQLite3

Hi, I've been playing around the past few days and now have a better understanding of what I need to do. No need to think about the db, I'm writing a php file that will traverse directories and insert the images along with reading the nfo and importing that. Which is all I need really. So, what you ...
by skchopperguy
21 Jul 2013, 19:07
Forum: Scripting and Automation
Topic: Hiring: Automate/Scrape into SQLite3
Replies: 4
Views: 4426

Re: Hiring: Automate/Scrape into SQLite3

Hi rednoah, Yep I looked at the AMC script but I don't always use torrents. When I do, I still manually reveiw and convert file formats first, then put completed into /sorting and original into /archive. Really I need something automated from the /sorting stage. I ran filebot -script fn:artwork.tvdb ...
by skchopperguy
21 Jul 2013, 13:48
Forum: Scripting and Automation
Topic: Hiring: Automate/Scrape into SQLite3
Replies: 4
Views: 4426

Hiring: Automate/Scrape into SQLite3

Hi, My project is to better manage the files on my NAS, make directory structure/metadata 100% compatible with xbmc, run simple website with sqlite3. Would it be possible to have a filebot script which will: 1. Monitor watch directory (cron ?) foreach $file{ 2. Rename the file from imdb or tvdb{if ...