Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FileBot Node plugin #215

Merged
merged 9 commits into from
Feb 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions filebot-node.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"FileBot-Node": {
"description": "FileBot - The ultimate TV and Movie Renamer<p>FileBot is the ultimate tool for organizing and renaming your Movies, TV Shows and Anime as well as fetching subtitles and artwork. It's smart and just works.</p><p>Based on the official FileBot docker image: <a href='https://hub.docker.com/r/rednoah/filebot' target='_blank'>https://hub.docker.com/r/rednoah/filebot</a>.",
"more_info": "FileBot Node is a server-side Node.js application that allows you to make filebot calls via a straight-forward ExtJS web application. Please refer to the <a href='https://www.filebot.net/forums/viewtopic.php?f=13&t=2733'>How To manual</a> if you need help getting started.<br>Note: You will also need a license for full functionality. Purchase one here: https://www.filebot.net/#purchase",
"version": "0.0.1",
"website": "https://www.filebot.net",
"icon": "http://www.filebot.net/images/filebot.logo.svg",
"ui": {
"slug": ""
},
"volume_add_support": true,
"containers": {
"filebot": {
"image": "rednoah/filebot",
"tag": "node",
"launch_order": "1",
"ports": {
"5452": {
"description": "This is for the FileBot Node Client WebUI.",
"label": "Web-UI port",
"host_default": 5452,
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/volume1": {
"description": "The base mount where input and output folders will be found.",
"label": "Input folder"
}
}
}
}
}
}
1 change: 1 addition & 0 deletions root.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"Duplicati - by Linuxserver.io": "duplicati-lsio.json",
"ecoDMS 18.09": "ecodms18-09.json",
"Emby server": "embyserver.json",
"FileBot Node": "filebot-node.json",
"Folding@home Linuxserver.io": "foldingathome-linuxserver.json",
"FreshRSS": "FreshRSS.json",
"Ghost": "ghost.json",
Expand Down