Search found 8 matches

by thequestion
09 Feb 2012, 13:05
Forum: Feature Requests and Bug Reports
Topic: Delete empty folders
Replies: 13
Views: 11620

Re: Delete empty folders

yes I was thinking more like:

Code: Select all

#!/bin/bash
#

filebot -- "params I want to use"

find /dir/to/my/movies/ -type d -name '*' -exec rmdir {} \;
Not a working script but an idea, also rmdir only works in empty folders.
by thequestion
09 Feb 2012, 11:37
Forum: Feature Requests and Bug Reports
Topic: Delete empty folders
Replies: 13
Views: 11620

Re: Delete empty folders

I would rather see this in a filebot script, which is run after filebot has ben running, sort of cleanup script if a user wants to delete old empty folders etc.
by thequestion
02 Feb 2012, 20:59
Forum: Scripting and Automation
Topic: Command line OSX
Replies: 39
Views: 30464

Re: Command line OSX

did you chmod 755 filebot.sh? it has to be executable
by thequestion
18 Jan 2012, 12:42
Forum: Feature Requests and Bug Reports
Topic: [request] add support for subtitles from undertexter.se
Replies: 4
Views: 4592

Re: [request] add support for subtitles from undertexter.se

I there is another swedish subtitle site with working api: http://api.s4u.se/help.php maybe that could be something?
by thequestion
18 Jan 2012, 10:39
Forum: Feature Requests and Bug Reports
Topic: [request] add support for subtitles from undertexter.se
Replies: 4
Views: 4592

[request] add support for subtitles from undertexter.se

Hi it would be great if we could have support for subtitles from undertexter.se a swedish site for subtitles, there is a plugin for xbmc which might be a good starting point to convert: https://github.com/amet/script.xbmc.subtitles/tree/master/script.xbmc.subtitles/resources/lib/services/Undertexter...
by thequestion
15 Jan 2012, 17:08
Forum: Help and Support
Topic: I installed the latest .deb and need to update
Replies: 3
Views: 4552

Re: I installed the latest .deb and need to update

hi yes does the same on windows.
by thequestion
14 Jan 2012, 08:06
Forum: Feature Requests and Bug Reports
Topic: use tt from imdb to determine movie name for themoviedb.
Replies: 3
Views: 5788

Re: use tt from imdb to determine movie name for themoviedb.

Ok might be that the movie didnt exist in theMovieDB, guess it worked ok :)
by thequestion
13 Jan 2012, 17:30
Forum: Feature Requests and Bug Reports
Topic: use tt from imdb to determine movie name for themoviedb.
Replies: 3
Views: 5788

use tt from imdb to determine movie name for themoviedb.

It seems like if I have an nfo with an imdb tt number and rename the movie with the help of IMDB it takes the nfo and extracts the imdb link. But if I choose TheMovieDB it doesnt use the tt link from imdb to determine the movie name? I think other software does this? I might be wrong :) anyway would...