Search found 27 matches

by yhm28
09 Oct 2024, 11:10
Forum: macOS
Topic: auto-delete empty source folders
Replies: 1
Views: 3660

auto-delete empty source folders

I'm using NFS shares, and after Filebot is complete, the are empty folders left. How do I specify auto-deletion of the empty source folders on completion?
by yhm28
09 Oct 2024, 11:05
Forum: macOS
Topic: rename folder and file within current folder
Replies: 1
Views: 3638

rename folder and file within current folder

How do I rename folders and files in their current locations?

I'm using NFS shares and even with no output directory specified, its adding ~/Desktop unless I edit the expression each time to include an output folder.
by yhm28
09 Oct 2024, 11:03
Forum: macOS
Topic: preserving Collection subfolder names when mixed with single movie subfolders
Replies: 1
Views: 3813

preserving Collection subfolder names when mixed with single movie subfolders

For example a set of movies, where each movie is in an identically named parent folder, with some grouped into "Collection" folders Movies/ (top folder) Movie 1 (year)/Movie 1 (year).mkv Movie 2 (year)/Movie 2 (year).mkv Movie 3 (year)/Movie 3 (year).mkv # COLLECTION - Superman/ (subfolder within ...
by yhm28
08 Oct 2024, 08:12
Forum: macOS
Topic: Indicate non-HDR with "SDR"
Replies: 2
Views: 3960

Re: Indicate non-HDR with "SDR"

perfect, thanks!
by yhm28
07 Oct 2024, 08:54
Forum: macOS
Topic: export and import presets
Replies: 1
Views: 3586

export and import presets

Is there a way to export the presets from an older mac running version 4.8.3?

I want to import to my new mac running version 5.1.1
by yhm28
07 Oct 2024, 08:52
Forum: macOS
Topic: list of outputs for aco, vc, hdr, etc.
Replies: 1
Views: 3580

list of outputs for aco, vc, hdr, etc.

Is there a page listing all possible outputs for {aco}, {vc}, {hdr}, etc.?
by yhm28
07 Oct 2024, 08:43
Forum: macOS
Topic: Indicate non-HDR with "SDR"
Replies: 2
Views: 3960

Indicate non-HDR with "SDR"

Non-HDR content shows an undefined value or blank space Here is the format I want to update with an HDR tag at the end before the close bracket ] {n} - {s00e00} - {t} - [{airdate} {vf} {mbps} {aco.replace('DTS-HD Master Audio','DTS-HD').replace ('Dolby TrueHD with Dolby Atmos','TrueHD')} {af} {video ...
by yhm28
13 Oct 2019, 20:04
Forum: Feature Requests and Bug Reports
Topic: 1 channel (mono) PCM audio breaks filebot tagger
Replies: 2
Views: 2772

1 channel (mono) PCM audio breaks filebot tagger

1ch PCM sources are not tagged with codec, frame rate, etc.

see pics.
Image
Tags appear normally with most files.



Image
1 channel (mono) PCM movie



Image
where are the tags?
by yhm28
13 Oct 2019, 19:51
Forum: Feature Requests and Bug Reports
Topic: 4.8.5 {video[0].FrameRate} results in Script1$_run_closure1@30bca03e
Replies: 3
Views: 3198

Re: 4.8.5 {video[0].FrameRate} results in Script1$_run_closure1@30bca03e

{n}/{n} - {s00e00} - {t} - [{airdate}] {'['+vf+' '+mbps+' '+ac+' '+af+' '+{video[0].FrameRate}+' ' +vc.replace('Microsoft', 'VC-1').replace ('AVC','H.264').replace ('HEVC','x265') +']'} As per your instructions: There is no convenience binding for the frame rate, so you'll have to grab it from the ...
by yhm28
13 Oct 2019, 04:39
Forum: Feature Requests and Bug Reports
Topic: 4.8.5 {video[0].FrameRate} results in Script1$_run_closure1@30bca03e
Replies: 3
Views: 3198

4.8.5 {video[0].FrameRate} results in Script1$_run_closure1@30bca03e

version 4.8.5
{video[0].FrameRate} results in Script1$_run_closure1@30bca03e

confirmed -- error is not present in 4.8.3
by yhm28
29 Apr 2019, 08:49
Forum: Feature Requests and Bug Reports
Topic: [4.8.5] fps returns Script1$_run_closure1@35e50e64
Replies: 3
Views: 2631

Re: [4.8.5] fps returns Script1$_run_closure1@35e50e64

here is the code we worked out before, the same code I have used since then, that stopped working with the latest update: {n} ({y}) {fn.contains('Extended') || fn.contains('EXTENDED') || fn.contains('extended.cut') ? ' (Extended)' : fn.contains('Special Edition') || fn.contains('SPECIAL EDITION ...
by yhm28
29 Apr 2019, 05:53
Forum: Feature Requests and Bug Reports
Topic: [4.8.5] fps returns Script1$_run_closure1@35e50e64
Replies: 3
Views: 2631

[4.8.5] fps returns Script1$_run_closure1@35e50e64

Since version 4.8.5 I have had an error with "+fps", I get "Script1$_run_closure1@35e50e64" instead of "23.976". Rolled back to 4.8.3 and the error is gone.
by yhm28
21 Apr 2018, 04:27
Forum: macOS
Topic: FileSystemException ... Operation not permitted
Replies: 19
Views: 36453

Re: FileSystemException ... Operation not permitted

Nope, this is related to app sandbox permissions. What specific file path do you have problems with? While there seem to be issues with volume folders like /Volumes/HDD , I don't see any issue with any normal folders like /Volumes/HDD/Media . :idea: If you have an external drive, regardless on ...
by yhm28
21 Apr 2018, 04:04
Forum: macOS
Topic: FileSystemException ... Operation not permitted
Replies: 19
Views: 36453

Re: FileSystemException ... Operation not permitted

Can you can you provide more information? Running the usual operations used to cause the drag n drop permissions dialog box to appear before filebot had permission to write to the destination folder. Instead of seeing this box, I now see a red x, "Filesystemexception... operation not permitted" Is ...
by yhm28
21 Apr 2018, 03:55
Forum: macOS
Topic: FileSystemException ... Operation not permitted
Replies: 19
Views: 36453

Re: FileSystemException ... Operation not permitted

Does it work for files in your home folder? Are you trying to process the files of one user with another user? The MAS sandbox will impose additional restrictions on what an application can do, so there's a few things that you can do, that a sandboxed app is not allowed. I don't know what exactly ...
by yhm28
31 Mar 2018, 20:34
Forum: macOS
Topic: keep renamed movie trilogies/franchises within subfolders
Replies: 7
Views: 6422

Re: keep renamed movie trilogies/franchises within subfolders

rednoah wrote: 31 Mar 2018, 12:24
2.
What MediaInfo does FileBot see for the PCM files?
viewtopic.php?f=5&t=4285
As mentioned it shows 1ch PCM audio. All of my 1ch PCM movies have to be renamed manually.
by yhm28
31 Mar 2018, 04:28
Forum: macOS
Topic: keep renamed movie trilogies/franchises within subfolders
Replies: 7
Views: 6422

Re: keep renamed movie trilogies/franchises within subfolders

You could use {folder.name} then. That'll give you the name of the folder where the file is currently located. Thanks, is there a binding for "current filename"? I don't want to rename these files, only add video specs. Also, I noticed a bug in that 1ch PCM sources won't automatically rename, they ...
by yhm28
19 Mar 2018, 06:32
Forum: macOS
Topic: keep renamed movie trilogies/franchises within subfolders
Replies: 7
Views: 6422

Re: keep renamed movie trilogies/franchises within subfolders

You could use {collection} as part of your folder structure. I am not using themoviedb collections all the time, sometimes i group by my own themes. Of course it always keeps the structure if I am using renamer mode, but if I am using it with themoviedb I would like to be able to keep the ...
by yhm28
19 Mar 2018, 05:44
Forum: macOS
Topic: keep renamed movie trilogies/franchises within subfolders
Replies: 7
Views: 6422

keep renamed movie trilogies/franchises within subfolders

many movie series/franchises such as star wars use the series name at the beginning of each installment so they stay grouped together. Others do not, so I put them in their own subfolder. If I go to rename a large folder with some of these subfolders in them, filebot will move everything to a single ...
by yhm28
28 Feb 2018, 02:42
Forum: macOS
Topic: FileBot Subtitles for Mac OS X
Replies: 10
Views: 41735

Re: FileBot Subtitles for Mac OS X

rednoah wrote: 23 Jan 2016, 16:05 FileBot Subtitles is now a separate application on Mac OS X that you can download
I can only get this to work for one movie at a time. If I try to load a folder of 50 movies, it won't present any subtitle options.
by yhm28
06 Feb 2018, 05:18
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1036
Views: 1031231

Re: Batch Rename any type of file

rednoah wrote: 13 Oct 2014, 21:47 3. Now that New Names has focus hit F2
Is there any way to remap the shortcut to a different key?
by yhm28
05 Feb 2018, 08:19
Forum: macOS
Topic: filebot sees all files as the same movie
Replies: 6
Views: 6203

Re: filebot sees all files as the same movie

rednoah wrote: 28 Jan 2018, 08:52 pre-processing files with something like {folder.name}_{fn} to batch rename "720p.mkv" to "Avatar_720p.mkv" and so on.
Is there a way to rename without matching?
by yhm28
28 Jan 2018, 09:24
Forum: macOS
Topic: filebot sees all files as the same movie
Replies: 6
Views: 6203

Re: filebot sees all files as the same movie

Please give me one real file path so I can try this myself. EDIT: It seems like filenames such as "720p.mkv" with no meaningful information otherwise somehow get skipped. There's nothing you can do about this, and thus may end up with the next best match from a nearby more meaningful file name. In ...
by yhm28
28 Jan 2018, 08:02
Forum: macOS
Topic: filebot sees all files as the same movie
Replies: 6
Views: 6203

Re: filebot sees all files as the same movie

Please post the file path of one of these files that is incorrectly identified as "11:14 (2003)". The most likely explanation is that the parent folder of your media is called "11" or "14" or something misleading like that instead of something neutral "Complete", "Staging", "New Movies", etc. Or ...
by yhm28
28 Jan 2018, 07:02
Forum: macOS
Topic: filebot sees all files as the same movie
Replies: 6
Views: 6203

filebot sees all files as the same movie

I have 300 movies in a directory. I am having a problem where filebot asks me to clarify one with a colon in it, "11:14 (2003)" and then it goes on to rename 1/2 of the files in the directory as that movie. A duplicate files warning appears. I can exclude the problematic titles, reselect them and ...