Never mind. I was able to solve it, with a bit of trial and error, and referring to different guides.
Here is the working expression:
filebot -rename -r /rips/tv/Friends/Season\ 01/*.mkv --q "Friends" --db TheMovieDB::TV --action copy --format "/rips/tv/{n} ({y}){'/Season '+s.pad(2)}/{n}.{s00e00 ...
Search found 12 matches
- 18 Oct 2019, 07:53
- Forum: Ubuntu & Desktop Linux
- Topic: Expression format problem
- Replies: 3
- Views: 3542
- 18 Oct 2019, 06:00
- Forum: Ubuntu & Desktop Linux
- Topic: Expression format problem
- Replies: 3
- Views: 3542
Re: Expression format problem
Is there an FAQ or something about passing format expressions via text file?
- 18 Oct 2019, 05:03
- Forum: Ubuntu & Desktop Linux
- Topic: Expression format problem
- Replies: 3
- Views: 3542
Expression format problem
Hi,
Using the following expression:
filebot -rename -r /rips/tv/Friends/Season\ 01/*.mkv --q "Friends" --db TheMovieDB::TV --action copy --format /rips/tv/{n}\ \({y}\){'/Season '+s}/{n}.{s00e00}.h264-AVC.{bitdepth}\ bit.{ac}\ \[{channels}\].{source}-{vf}
Yields the following error:
SyntaxError ...
Using the following expression:
filebot -rename -r /rips/tv/Friends/Season\ 01/*.mkv --q "Friends" --db TheMovieDB::TV --action copy --format /rips/tv/{n}\ \({y}\){'/Season '+s}/{n}.{s00e00}.h264-AVC.{bitdepth}\ bit.{ac}\ \[{channels}\].{source}-{vf}
Yields the following error:
SyntaxError ...
- 18 Oct 2019, 02:58
- Forum: Ubuntu & Desktop Linux
- Topic: [SNAP] java.nio.file.NoSuchFileException: /rips/tv/Friends
- Replies: 13
- Views: 8459
Re: [SNAP] java.nio.file.NoSuchFileException: /rips/tv/Friends
:!: Note that the OP is about SNAP confinement issues. If you have general Linux permission issues unrelated to SNAP deployment, then perhaps a separate thread is in order (and make sure to include the new error message you get now too, because the one in the OP is specific to SNAP confinement ...
- 18 Oct 2019, 01:48
- Forum: Ubuntu & Desktop Linux
- Topic: [SNAP] java.nio.file.NoSuchFileException: /rips/tv/Friends
- Replies: 13
- Views: 8459
Re: [SNAP] java.nio.file.NoSuchFileException: /rips/tv/Friends
I'm not using SNAP though.
- 17 Oct 2019, 07:25
- Forum: Ubuntu & Desktop Linux
- Topic: [SNAP] java.nio.file.NoSuchFileException: /rips/tv/Friends
- Replies: 13
- Views: 8459
Re: [SNAP] java.nio.file.NoSuchFileException: /rips/tv/Friends
Yes, I am using the DEB now. Why would I still be getting the errors. Even after chmod 777?
- 17 Oct 2019, 04:27
- Forum: Ubuntu & Desktop Linux
- Topic: [SNAP] java.nio.file.NoSuchFileException: /rips/tv/Friends
- Replies: 13
- Views: 8459
- 17 Oct 2019, 03:46
- Forum: Ubuntu & Desktop Linux
- Topic: [SNAP] java.nio.file.NoSuchFileException: /rips/tv/Friends
- Replies: 13
- Views: 8459
Re: [SNAP] java.nio.file.NoSuchFileException: /rips/tv/Friends
FileBot 4.8.5 (r6224)
JNA Native: 5.2.0
MediaInfo: 19.09
p7zip: p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,4 CPUs Intel(R) Core(TM) i3-4160 CPU @ 3.60GHz (306C3),ASM,AES-NI)
unrar: UNRAR 5.50 freeware
Chromaprint: fpcalc version 1.4.3
Extended Attributes: OK
Unicode ...
JNA Native: 5.2.0
MediaInfo: 19.09
p7zip: p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,4 CPUs Intel(R) Core(TM) i3-4160 CPU @ 3.60GHz (306C3),ASM,AES-NI)
unrar: UNRAR 5.50 freeware
Chromaprint: fpcalc version 1.4.3
Extended Attributes: OK
Unicode ...
- 17 Oct 2019, 01:59
- Forum: Ubuntu & Desktop Linux
- Topic: [SNAP] java.nio.file.NoSuchFileException: /rips/tv/Friends
- Replies: 13
- Views: 8459
Re: "No media files" error when attempting rename of directory
Disregard the above, I have removed snap install and installed apt install. Shell is still looking for filebot in /snap/bin though.
Sorted. I had to remove Filebot, then restart and reinstall.
I am still getting the NoSuchFileException when trying to run
filebot -rename -r "/rips/tv/Friends ...
Sorted. I had to remove Filebot, then restart and reinstall.
I am still getting the NoSuchFileException when trying to run
filebot -rename -r "/rips/tv/Friends ...
- 17 Oct 2019, 01:22
- Forum: Ubuntu & Desktop Linux
- Topic: [SNAP] java.nio.file.NoSuchFileException: /rips/tv/Friends
- Replies: 13
- Views: 8459
Re: "No media files" error when attempting rename of directory
When adding sudo
+ sudo filebot -rename -r '/rips/tv/Friends/Season 01/*.mkv' --q Friends --db TheMovieDB::TV --format '/rips/tv/{n} {y}/{n}.{s00e00}.h264-AVC.{bitdepth} bit.{ac} [{channels}].{source}-{vf}'
mkdir: cannot create directory '/run/user/0': Permission denied
Illegal Argument: java.nio ...
+ sudo filebot -rename -r '/rips/tv/Friends/Season 01/*.mkv' --q Friends --db TheMovieDB::TV --format '/rips/tv/{n} {y}/{n}.{s00e00}.h264-AVC.{bitdepth} bit.{ac} [{channels}].{source}-{vf}'
mkdir: cannot create directory '/run/user/0': Permission denied
Illegal Argument: java.nio ...
- 17 Oct 2019, 00:33
- Forum: Ubuntu & Desktop Linux
- Topic: [SNAP] java.nio.file.NoSuchFileException: /rips/tv/Friends
- Replies: 13
- Views: 8459
Re: "No media files" error when attempting rename of directory
Further to this, I have tried
filebot -rename -r "/rips/tv/Friends/Season 01/*.mkv" --q "Friends" --db TheMovieDB::TV --format "/rips/tv/{n} {y}/{n}.{s00e00}.h264-AVC.{bitdepth} bit.{ac} [{channels}].{source}-{vf}"
Which resulted in:
Illegal Argument: java.nio.file.NoSuchFileException: /rips ...
filebot -rename -r "/rips/tv/Friends/Season 01/*.mkv" --q "Friends" --db TheMovieDB::TV --format "/rips/tv/{n} {y}/{n}.{s00e00}.h264-AVC.{bitdepth} bit.{ac} [{channels}].{source}-{vf}"
Which resulted in:
Illegal Argument: java.nio.file.NoSuchFileException: /rips ...
- 16 Oct 2019, 22:32
- Forum: Ubuntu & Desktop Linux
- Topic: [SNAP] java.nio.file.NoSuchFileException: /rips/tv/Friends
- Replies: 13
- Views: 8459
[SNAP] java.nio.file.NoSuchFileException: /rips/tv/Friends
Hi,
First time poster here. I am trying to perform a rename of a directory containing mkv's, using TheMovieDB TV... copying the renamed files to another location.
Error:
llegal Argument: java.nio.file.NoSuchFileException: /rips/tv/Friends/Season 01 (/rips/tv/Friends/Season 01)
Rename episodes ...
First time poster here. I am trying to perform a rename of a directory containing mkv's, using TheMovieDB TV... copying the renamed files to another location.
Error:
llegal Argument: java.nio.file.NoSuchFileException: /rips/tv/Friends/Season 01 (/rips/tv/Friends/Season 01)
Rename episodes ...