Search found 9 matches
- 08 May 2024, 06:35
- Forum: Windows
- Topic: Windows version does not add season and episode when renaming?
- Replies: 3
- Views: 5173
Re: Windows version does not add season and episode when renaming?
The format above explicitly does not generate season / episode numbers. This is likely movie format, and not an episode format. Please read Format Expressions for details.
An episode format would look like this:
{n} - {s00e00} - {t}
n ... series name
s00e00 ... season / episode numbers
t ...
- 25 Apr 2024, 12:18
- Forum: Windows
- Topic: Windows version does not add season and episode when renaming?
- Replies: 3
- Views: 5173
Windows version does not add season and episode when renaming?
So I use 2 filebots. One on my NAS running in docker and on on windows.
both of them have the same version (5.1.3) and both run with the same string setup
{n.colon(' - ')} ({y}){' CD'+pi}.{aco} {vf}{subt}
On my docker install it works as intended.
On my windows PC it all of a sudden does not ...
both of them have the same version (5.1.3) and both run with the same string setup
{n.colon(' - ')} ({y}){' CD'+pi}.{aco} {vf}{subt}
On my docker install it works as intended.
On my windows PC it all of a sudden does not ...
- 20 Feb 2022, 08:54
- Forum: Synology NAS & Embedded Linux
- Topic: How to get Filebot-xpra to work on ios devices?
- Replies: 10
- Views: 8054
Re: How to get Filebot-xpra to work on ios devices?
Well, I guess the issue came up before and was fixed end of last month. So I guess the fix will trickle down eventually. Perhaps just a matter of rebuilding the container with the latest dependencies. Easy if you're familiar with docker. Hard otherwise. I'd just wait and try again another time ...
- 19 Feb 2022, 18:28
- Forum: Synology NAS & Embedded Linux
- Topic: How to get Filebot-xpra to work on ios devices?
- Replies: 10
- Views: 8054
Re: How to get Filebot-xpra to work on ios devices?
So if I understand it right they closed my ticket saying that my xpra is too old 
How do I update that ?
How do I update that ?
- 19 Feb 2022, 16:47
- Forum: Synology NAS & Embedded Linux
- Topic: How to get Filebot-xpra to work on ios devices?
- Replies: 10
- Views: 8054
Re: How to get Filebot-xpra to work on ios devices?
You could paste the docker command-line you’re are using to run the container. That way the developers can easily reproduce the issue.
Test Case :
1. Run docker container with Xpra server inside:
docker run --rm -it -v $PWD:/volume1 -v data:/data -p 5454:5454 rednoah/filebot:xpra
2. Open Xpra ...
- 19 Feb 2022, 13:31
- Forum: Synology NAS & Embedded Linux
- Topic: How to get Filebot-xpra to work on ios devices?
- Replies: 10
- Views: 8054
Re: How to get Filebot-xpra to work on ios devices?
Possibly. Apple forces Chrome to use the Safari engine on iOS, and Safari is known to not work well.
:arrow: You may ask the xpra html client developers for advice:
https://github.com/Xpra-org/xpra-html5/issues
I have made a post on the mentioned github forum. They asked me to look at a ...
- 19 Feb 2022, 09:50
- Forum: Synology NAS & Embedded Linux
- Topic: How to get Filebot-xpra to work on ios devices?
- Replies: 10
- Views: 8054
Re: How to get Filebot-xpra to work on ios devices?
a) FileBot Node does not have a File Dialog (but you may be able to come up with rules ahead of time; or organize files in certain ways; so that Unattended Automation with FileBot Node can then kick in and processing different files from different folders in different ways)
b) FileBot Node does ...
- 19 Feb 2022, 08:12
- Forum: Synology NAS & Embedded Linux
- Topic: How to get Filebot-xpra to work on ios devices?
- Replies: 10
- Views: 8054
Re: How to get Filebot-xpra to work on ios devices?
First of all thank you so much for your fast answer! Very much appreciated :)
1.
I need more manual granular controls of which files I want to rename
What kind of granular controls do you need?
2.
Am I doing something wrong here? or is it just not compatible with ios?
Possibly. Apple ...
1.
I need more manual granular controls of which files I want to rename
What kind of granular controls do you need?
2.
Am I doing something wrong here? or is it just not compatible with ios?
Possibly. Apple ...
- 18 Feb 2022, 22:05
- Forum: Synology NAS & Embedded Linux
- Topic: How to get Filebot-xpra to work on ios devices?
- Replies: 10
- Views: 8054
How to get Filebot-xpra to work on ios devices?
I have been trying to install Filebot on my synology NAS so I don’t have to start my pc and use that every time I need to use filebot.
First I tried with Node, but I need more manual granular controls of which files I want to rename, and not so much the automation parts (yet anyway) Also when I ...
First I tried with Node, but I need more manual granular controls of which files I want to rename, and not so much the automation parts (yet anyway) Also when I ...