diff --git a/build.xml b/build.xml index d1da779a..d925c76b 100644 --- a/build.xml +++ b/build.xml @@ -24,6 +24,7 @@ + @@ -211,7 +212,7 @@ - + @@ -232,9 +233,24 @@ + + + + + + + + + + + + + + + + - @@ -244,7 +260,7 @@ - + FileBot is the ultimate tool for renaming your movies, tv shows or anime and even downloading subtitles. It's smart, streamlined for simplicity and just works. Putting the super-efficient UI aside, it's also got a full-featured command-line interface and scripting engine for all sorts of automation. Anything is possible. @@ -270,7 +286,7 @@ - FileBot is the ultimate tool for renaming your tv shows and anime, downloading subtitles from various sources or just simple file verification. + FileBot is the ultimate tool for renaming your movies, tv shows or anime and even downloading subtitles. It's smart, streamlined for simplicity and just works. Putting the super-efficient UI aside, it's also got a full-featured command-line interface and scripting engine for all sorts of automation. Anything is possible. diff --git a/installer/ubuntu/FileBot.desktop b/installer/ubuntu/FileBot.desktop index 02d71d69..35d947ab 100644 --- a/installer/ubuntu/FileBot.desktop +++ b/installer/ubuntu/FileBot.desktop @@ -4,6 +4,6 @@ Type=Application Terminal=false Name=FileBot Comment=The ultimate TV and Movie Renamer -Exec=/usr/share/filebot/bin/filebot.sh -Icon=/usr/share/filebot/icon.svg +Exec=/opt/filebot/bin/filebot.sh +Icon=/opt/filebot/icon.svg Categories=AudioVideo;Video;Renamer diff --git a/installer/ubuntu/filebot.sh b/installer/ubuntu/filebot.sh index 6c499c60..726acb18 100644 --- a/installer/ubuntu/filebot.sh +++ b/installer/ubuntu/filebot.sh @@ -1,2 +1,2 @@ #!/bin/bash -java -Xmx256m -Dunixfs=false -DuseGVFS=true -DuseExtendedFileAttributes=true -Djava.net.useSystemProxies=true -Dsun.net.client.defaultConnectTimeout=10000 -Dsun.net.client.defaultReadTimeout=60000 -Dapplication.update=skip -Dapplication.deployment=ppa -Dapplication.analytics=false -Dapplication.dir=$HOME/.filebot -Djava.io.tmpdir=$HOME/.filebot/temp -Djna.library.path=/usr/share/filebot -Djava.library.path=/usr/share/filebot -jar /usr/share/filebot/FileBot.jar "$@" \ No newline at end of file +java -Xmx256m -Dunixfs=false -DuseGVFS=true -DuseExtendedFileAttributes=true -Djava.net.useSystemProxies=true -Dsun.net.client.defaultConnectTimeout=10000 -Dsun.net.client.defaultReadTimeout=60000 -Dapplication.update=skip -Dapplication.deployment=ppa -Dapplication.analytics=false -Dapplication.dir=$HOME/.filebot -Djava.io.tmpdir=$HOME/.filebot/temp -Djna.library.path=/opt/filebot -Djava.library.path=/opt/filebot -jar /opt/filebot/FileBot.jar "$@" \ No newline at end of file diff --git a/installer/ubuntu/postinst.sh b/installer/ubuntu/postinst.sh deleted file mode 100644 index 62a8b496..00000000 --- a/installer/ubuntu/postinst.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -ln -s /usr/share/filebot/bin/filebot.sh /usr/bin/filebot diff --git a/installer/ubuntu/prerem.sh b/installer/ubuntu/prerem.sh deleted file mode 100644 index 2b96768c..00000000 --- a/installer/ubuntu/prerem.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -rm /usr/bin/filebot diff --git a/website/data/query-blacklist.txt b/website/data/query-blacklist.txt index 1b89918f..b8311419 100644 --- a/website/data/query-blacklist.txt +++ b/website/data/query-blacklist.txt @@ -29,6 +29,7 @@ ^Erotic$ ^extract$ ^extracted$ +^Family$ ^Film$ ^Film[s]? ^Filme$ diff --git a/website/scripts/sysinfo.groovy b/website/scripts/sysinfo.groovy index a65bd941..dd88135d 100644 --- a/website/scripts/sysinfo.groovy +++ b/website/scripts/sysinfo.groovy @@ -33,7 +33,7 @@ try { print 'Extended Attributes: ' if (net.sourceforge.filebot.Settings.useExtendedFileAttributes()){ // create new temp file - def f = new File('.xattr-test') + def f = new File(net.sourceforge.filebot.Settings.applicationFolder, '.xattr-test') f.createNewFile() && f.deleteOnExit() // xattr write, read and verify