Search found 4 matches
- 07 Jan 2024, 07:34
- Forum: Help and Support
- Topic: [Solved]Using Linux cmdline, how to create output directories
- Replies: 2
- Views: 1779
Re: Using Linux cmdline, how to create output directories
Thanks @rednoah ur Legend 
- 07 Jan 2024, 07:05
- Forum: Help and Support
- Topic: [Solved]Using Linux cmdline, how to create output directories
- Replies: 2
- Views: 1779
[Solved]Using Linux cmdline, how to create output directories
Hi,
I need a cmdline example of how to create output directories of the format
/videos/<tvseriesname>/<seasonnumber>/episodename_Snn:Enn
Please don't suggest I use a precanned format ie emby or plex as it's not my use case atm
Tried this on the cmdline
f--output $HOME/Videos/\{n\}/\{'S'\+s ...
I need a cmdline example of how to create output directories of the format
/videos/<tvseriesname>/<seasonnumber>/episodename_Snn:Enn
Please don't suggest I use a precanned format ie emby or plex as it's not my use case atm
Tried this on the cmdline
f--output $HOME/Videos/\{n\}/\{'S'\+s ...
- 06 Jan 2024, 23:06
- Forum: Help and Support
- Topic: [Solved]How to add format to script via input file (amc script)
- Replies: 4
- Views: 3345
[Solved]Re: How to add format to script via input file
Thanks @rednoah, I have sorted it out, example below
--format
{jellyfin.id}
/home/craigl/Public
-rename
-non-strict
-no-xattr
--output
/home/craigl/Videos
--action
symlink
not the final product, just where I'm up to in the dev cycle :-)
BTW - I love your dedication to this site over the ...
--format
{jellyfin.id}
/home/craigl/Public
-rename
-non-strict
-no-xattr
--output
/home/craigl/Videos
--action
symlink
not the final product, just where I'm up to in the dev cycle :-)
BTW - I love your dedication to this site over the ...
- 06 Jan 2024, 00:34
- Forum: Help and Support
- Topic: [Solved]How to add format to script via input file (amc script)
- Replies: 4
- Views: 3345
[Solved]How to add format to script via input file (amc script)
System Info
11:22:28$ filebot -script fn:sysinfo
FileBot 5.1.1 (r9982)
JNA Native: 6.1.4
MediaInfo: 23.07
Tools: NONE
Extended Attributes: OK
Unicode Filesystem: OK
GVFS: PlatformGVFS [/run/user/1000/gvfs]
Script Bundle: 2023-11-06 (r952)
Groovy: 4.0.14
JRE: OpenJDK Runtime Environment 17.0.7
JVM ...
11:22:28$ filebot -script fn:sysinfo
FileBot 5.1.1 (r9982)
JNA Native: 6.1.4
MediaInfo: 23.07
Tools: NONE
Extended Attributes: OK
Unicode Filesystem: OK
GVFS: PlatformGVFS [/run/user/1000/gvfs]
Script Bundle: 2023-11-06 (r952)
Groovy: 4.0.14
JRE: OpenJDK Runtime Environment 17.0.7
JVM ...