Search found 81 matches

by bonelifer
01 Jan 2014, 17:26
Forum: Anything and Everything else
Topic: What is a Power² User?
Replies: 7
Views: 8654

Re: What is a Power² User?

Looks around deep in the depths of other forums he's a moderator on and pulls out the big guns from phpbb.com -->> bonelifer and harnesses all the moderators there. Muahahaaaaaa... ahem, welcome aboard. Luckily so far only answering questions. None of the busy work you'd have on other forums like ba...
by bonelifer
01 Jan 2014, 04:53
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 79387

Re: Wishlist for New Features and Scripts

If they don't have an API, that means a "page scrapper", and rednoah has said on many occasions that he's not going down the page scrapping route. From the last link I find "BeautifulSoup to parse HTML and XML", which seems to suggest page scrapping.
by bonelifer
31 Dec 2013, 05:33
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 79387

Re: Wishlist for New Features and Scripts

My suggestion is that you add http://www.addic7ed.com , it is where i find the new episodes' subtitles the sooner. Plus, it has a subtitle for a lot of different episode versions (and for a lot of languages). If you added it, Filebot would be perfect. Can't happen until they provide an API: it was ...
by bonelifer
05 Dec 2013, 04:54
Forum: Anything and Everything else
Topic: Help me win Asus Xtion Competition (2 Dec to 13 Dec)
Replies: 6
Views: 9318

Re: Help me win Asus Xtion Competition (2 Dec to 13 Dec)

No problem. Fairly easy considering the language barriers. ;)
by bonelifer
03 Dec 2013, 15:37
Forum: Feature Requests and Bug Reports
Topic: Bug: second batch does not get the right renaming pattern
Replies: 5
Views: 3964

Re: Bug: second batch does not get the right renaming patter

Tried one last time before downloading r1897 and it works right(assume it was from clearing the cache).
by bonelifer
03 Dec 2013, 15:06
Forum: Feature Requests and Bug Reports
Topic: Bug: second batch does not get the right renaming pattern
Replies: 5
Views: 3964

Re: Bug: second batch does not get the right renaming patter

Format: {["T:", "Y:"].collect{ drive -> def a=n; new File('Y:/incoming/scripts/names.csv').splitEachLine(';'){if (n==it[0]) a=it[1]}; return new File(drive+"/Videos/TV/", a)}.sort{ a,b -> a.exists() <=> b.exists() ?: a.diskSpace <=> b.diskSpace }.last()}/{episode.specia...
by bonelifer
03 Dec 2013, 12:28
Forum: Feature Requests and Bug Reports
Topic: Bug: second batch does not get the right renaming pattern
Replies: 5
Views: 3964

Bug: second batch does not get the right renaming pattern

Since updating to "r1895", I've had a problem. Basically open filebot, run it on a set of files(works). Then drop a new set and fetch(not so good). If I close filebot and reopen it, then it works again the first time, the second time, again it gives bad results. Good Run: crop-good-results...
by bonelifer
26 Nov 2013, 14:09
Forum: Help and Support
Topic: SSHFS via FUSE - Nothing to match error
Replies: 2
Views: 2452

Re: SSHFS via FUSE - Nothing to match error

Did you try "right clicking" on the Match button and selecting the DB you want the info from?
by bonelifer
06 Nov 2013, 12:58
Forum: Scripting and Automation
Topic: Server setup without torrent client
Replies: 4
Views: 4079

Re: Server setup without torrent client

You could use a combination of a bash script running as root via cron. Right now I have a cron running to move transcoded files that are marked as suspect by my transcoder to a separate folder. The cron runs every five minutes and I no longer have to scroll through all the other non-transcoded files...
by bonelifer
28 Oct 2013, 14:00
Forum: Feature Requests and Bug Reports
Topic: autoupdate FileBot
Replies: 7
Views: 8171

Re: autoupdate FileBot

Updated my two scripts to copy instead of moving.
by bonelifer
28 Oct 2013, 03:36
Forum: Feature Requests and Bug Reports
Topic: autoupdate FileBot
Replies: 7
Views: 8171

Re: autoupdate FileBot

Here's a bash script that does the same thing as the windows script for linux: #!/bin/sh cd /usr/share/filebot/ # Check for the file. if [ -s Filebot.jar.old ]; then # If backup already exist delete it before backing up current FileBot.jar. sudo rm Filebot.jar.old sudo cp FileBot.jar Filebot.jar.old...
by bonelifer
25 Oct 2013, 22:00
Forum: Help and Support
Topic: Is it possible to do this in the gui.
Replies: 1
Views: 1978

Is it possible to do this in the gui.

Is it possible to add to the naming logic used in the gui something that checks if destination file has a date older than a specified date. I'm going through my shows and re-recording most of them to remove the commercials, get better recordings(to replace recordings that have the stations weather m...
by bonelifer
04 Oct 2013, 05:31
Forum: Scripting and Automation
Topic: Music Renaming Format
Replies: 10
Views: 8865

Re: Music Renaming Format

If you are on Windows, you can use foobar2000(might require and addon) to rename the files in a specific format. I use it now to rip all my cd's and I used the renamer to fix some of my older rips naming. Not commandline, but it's fairly quick and easy.
by bonelifer
04 Oct 2013, 05:19
Forum: Scripting and Automation
Topic: Music Renaming Format
Replies: 10
Views: 8865

Re: Music Renaming Format

For me in the GUI, this works (I don't actually use Filebot for music as I use foobar2000 to rip/convert/name):

Code: Select all

{albumartist}/{album}/{t}
Not sure, since I couldn't find any documentation on syntax for anything but movies/tv-shows.
by bonelifer
04 Oct 2013, 04:47
Forum: Scripting and Automation
Topic: Music Renaming Format
Replies: 10
Views: 8865

Re: Music Renaming Format

I am not sure if this is possible but with the Music Formatting from Filebot can I end up with a structure like this.... BandName\AlbumName\TrackTitle ? My current script looks like this and works but I end up with basically.... filebot -script fn:amc "SourceLocation" --output "Desti...
by bonelifer
28 Sep 2013, 14:22
Forum: Feature Requests and Bug Reports
Topic: Checking against a seperate file for IMDB id.
Replies: 2
Views: 3362

Re: Checking against a seperate file for IMDB id.

Tried the comment and that worked. But I use Ember Media Manager and it will delete the comment anytime the tvshow.nfo gets edited in Ember. Tried adding txt, but it never gets to it since it sees the TheTVDB id in the NFO file first and goes with that. Seeing that URL was already defined as an NFO ...
by bonelifer
28 Sep 2013, 05:46
Forum: Feature Requests and Bug Reports
Topic: Checking against a seperate file for IMDB id.
Replies: 2
Views: 3362

Checking against a seperate file for IMDB id.

Could you add a check for a tvshow.txt that if it exist would contain the IMDB id for the TVSHOW. I'm not sure how it would impact XBMC if I changed the current TheTVDB id already contained in the tvshow.nfo to the IMDBID one. Doesn't need to totally replace checking, just check for the existence of...
by bonelifer
27 Sep 2013, 00:33
Forum: Help and Support
Topic: Lonney Tunes on Raspberry Pi
Replies: 4
Views: 3668

Re: Lonney Tunes on Raspberry Pi

mrchrister wrote:Another question: Do you have a flattr account? I would like to support your work!
Yes he does, lower right hand corner of the mainpage: http://www.filebot.net/
by bonelifer
11 Sep 2013, 20:55
Forum: Feature Requests and Bug Reports
Topic: Add NUV file extension to media.types
Replies: 1
Views: 1956

Add NUV file extension to media.types

Add .nuv extension to media.types: http://www.mythtv.org/wiki/NuppelVideo it's the extension used internally by mythtv.
by bonelifer
08 Sep 2013, 16:37
Forum: Help and Support
Topic: Automated Media Center - Encoding
Replies: 4
Views: 3332

Re: Automated Media Center - Encoding

conandrum wrote:I just had a quick look at the amc page.
Is there a link to where I can download the script and modify it locally?
All the scripts can be found at http://filebot.net/scripts/
by bonelifer
07 Sep 2013, 02:45
Forum: Help and Support
Topic: Current HEAD gives error on Movies
Replies: 2
Views: 2263

Re: Current HEAD gives error on Movies

Luckily I hadn't fetched HEAD on my Ubuntu machine, WinSCP'd it over and got it working again. Will update now. Mistakes happen when you least expect them to happen. :)
by bonelifer
06 Sep 2013, 16:01
Forum: Help and Support
Topic: Current HEAD gives error on Movies
Replies: 2
Views: 2263

Current HEAD gives error on Movies

FileNotFoundException d:\workspace\filebot\website\data\exclude-blacklist.txt (The device is not ready)

Which of course it isn't going to work, D is an optical drive on my system that doesn't have anything in it. :)
by bonelifer
10 Aug 2013, 15:46
Forum: Scripting and Automation
Topic: update-mes error.
Replies: 2
Views: 2999

update-mes error.

Commandline: filebot -script fn:update-mes "/media/Store/Videos/TV/" --def login=username:PASSWORD addshows=y I have it as an alias in bash, and this is the one I've been using. Today it gave the error below. Error: ScriptException: org.codehaus.groovy.control.MultipleCompilationErrorsExce...
by bonelifer
21 Jul 2013, 05:23
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 79387

Re: Wishlist for New Features and Scripts

I personally use Ember Media Manager which can be found on the XBMC forums.
by bonelifer
07 Jul 2013, 17:43
Forum: Help and Support
Topic: 3.61 Sources?
Replies: 3
Views: 2741

Re: 3.61 Sources?

If you have it installed, go to it's folder and use a program like 7-zip to open FileBot.jar. JAR files by definition are just zip files with JAVA in them that is executable via the JAVA interpreter.