diff --git a/app.properties b/app.properties index 321f191b..cc1eec55 100644 --- a/app.properties +++ b/app.properties @@ -2,7 +2,15 @@ application.name: FileBot application.version: 4.8.0 - +# Missing info (recovered from distributed prod binaries) +url.data: https://app.filebot.net/data +apikey.fanart.tv: 6fa42b0ef3b5f3aab6a7edaa78675ac2 +apikey.thetvdb: BA864DEE427E384A +apikey.themoviedb: 66308fb6e3fd850dde4c7d21df2e8306 +apikey.omdb: 49d311ec +apikey.acoustid: 0B3qZnQc +apikey.anidb: filebot +apikey.opensubtitles: # Script Base URL github.stable: https://app.filebot.net/scripts/m1.jar.xz @@ -55,7 +63,7 @@ package.homepage: https://www.filebot.net/ # Distribution-specific Package Information microsoft.application.name: PointPlanck.FileBot -microsoft.application.publisher: CN=761A0D2B-9B86-4FE4-B664-18E4E0AFC3F1 +microsoft.application.publisher: CN=Example.com(Test) # Platform-specific Package Information mac.application.category: public.app-category.utilities diff --git a/build.xml b/build.xml index 505ded2b..c0926389 100644 --- a/build.xml +++ b/build.xml @@ -160,6 +160,11 @@ + + + + + @@ -607,10 +612,10 @@ - - - - + + + + @@ -635,7 +640,7 @@ - + @@ -670,7 +675,7 @@ - + @@ -1001,4 +1006,4 @@ - + \ No newline at end of file diff --git a/downloads/data/anidb.txt.xz b/downloads/data/anidb.txt.xz new file mode 100644 index 00000000..f0cd3d47 Binary files /dev/null and b/downloads/data/anidb.txt.xz differ diff --git a/downloads/data/moviedb.txt.xz b/downloads/data/moviedb.txt.xz new file mode 100644 index 00000000..bede9b80 Binary files /dev/null and b/downloads/data/moviedb.txt.xz differ diff --git a/downloads/data/osdb.txt.xz b/downloads/data/osdb.txt.xz new file mode 100644 index 00000000..8eee8938 Binary files /dev/null and b/downloads/data/osdb.txt.xz differ diff --git a/downloads/data/query-blacklist.txt.xz b/downloads/data/query-blacklist.txt.xz new file mode 100644 index 00000000..c3d9a4d9 Binary files /dev/null and b/downloads/data/query-blacklist.txt.xz differ diff --git a/downloads/data/release-groups.txt.xz b/downloads/data/release-groups.txt.xz new file mode 100644 index 00000000..eda01ded Binary files /dev/null and b/downloads/data/release-groups.txt.xz differ diff --git a/downloads/data/series-mappings.txt.xz b/downloads/data/series-mappings.txt.xz new file mode 100644 index 00000000..e23976c2 Binary files /dev/null and b/downloads/data/series-mappings.txt.xz differ diff --git a/downloads/data/thetvdb.txt.xz b/downloads/data/thetvdb.txt.xz new file mode 100644 index 00000000..f1d831fc Binary files /dev/null and b/downloads/data/thetvdb.txt.xz differ diff --git a/downloads/scripts/m1.jar.xz b/downloads/scripts/m1.jar.xz new file mode 100644 index 00000000..9ae78b69 Binary files /dev/null and b/downloads/scripts/m1.jar.xz differ diff --git a/filebot.iml b/filebot.iml new file mode 100644 index 00000000..f47d787b --- /dev/null +++ b/filebot.iml @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file