Search found 11 matches
- 29 Jul 2024, 12:04
- Forum: macOS
- Topic: Weird string...
- Replies: 5
- Views: 8503
Re: Weird string...
FYI: amc looks cool... not sure it will work for me (pretty sure it won't .. but that's because I'm a pain in the butt)
- 29 Jul 2024, 11:25
- Forum: macOS
- Topic: Weird string...
- Replies: 5
- Views: 8503
Re: Weird string...
You can choose to do so in your custom format. Your custom format generates the file path you want. See Replace : colon with - dash for details and examples. Yeah I wasn't thinking generally, was thinking as a custom action to 'Validate'... but of course you're right... (FYI... : works in OSX with ...
- 29 Jul 2024, 10:26
- Forum: macOS
- Topic: Weird string...
- Replies: 5
- Views: 8503
Re: Weird string...
Ahh ok .. the 'FHD' now makes sense why this was happening.. This format string was from way back when I first started using FB... slightly modified as I went along, and yes the answer is now: { hd == 'SD' ? 'SD' : vf } That's exactly what I want. Thanks again for an awesome product. PS: For a ...
- 29 Jul 2024, 07:04
- Forum: macOS
- Topic: Weird string...
- Replies: 5
- Views: 8503
Weird string...
Haven't used FB for a while - i'm gussing it got updated automatically via the App Store [Version 5.1.3 (10185)].... however this just happened: Movie Mode part of a long format string: ... [{hd.replace(/HD/, vf)+"-"} ... Gave the result: [F1080p- Where it used to give [1080p- I fixed it with: [{hd ...
- 20 Apr 2020, 23:02
- Forum: macOS
- Topic: [MAS] updated to 4.9.0 from the app store, and now is not working (on OS X El Capitan, from 2015)
- Replies: 29
- Views: 33726
Re: [MAS] updated to 4.9.0 from the app store, and now is not working (on OS X El Capitan, from 2015)
The Launchpad method might remove the preferences (same as iOS apps - might because I haven't tested it with FileBot but it did with other Apps.)
The 'Move to Trash' definitely does not.
The 'Move to Trash' definitely does not.
- 20 Apr 2020, 12:45
- Forum: macOS
- Topic: [MAS] updated to 4.9.0 from the app store, and now is not working (on OS X El Capitan, from 2015)
- Replies: 29
- Views: 33726
Re: [MAS] updated to 4.9.0 from the app store, and now is not working (on OS X El Capitan, from 2015)
Thank you! all working now. For those that don't know how to do it... Open 'Finder' - Select "Applications" on the left pane, then find filebot. Right click ( [CTRL]-Click ) and select "Move to Trash" Open 'App Store', select 'Purchases', go to filebot and click 'Download' it will say, "the current ...
- 18 Apr 2020, 11:21
- Forum: macOS
- Topic: [MAS] updated to 4.9.0 from the app store, and now is not working (on OS X El Capitan, from 2015)
- Replies: 29
- Views: 33726
Re: [MAS] updated to 4.9.0 from the app store, and now is not working (on OS X El Capitan, from 2015)
FYi in case I didn't say before the missing symbol is: SecTaskCopySigningIdentifier Which according to https://developer.apple.com/documentation/security/1643737-sectaskcopysigningidentifier is 10.12+ .. any reason why you must use the symbol? Can you not just ditch it to keep compatibility? (and ...
- 03 Apr 2020, 11:39
- Forum: macOS
- Topic: [MAS] updated to 4.9.0 from the app store, and now is not working (on OS X El Capitan, from 2015)
- Replies: 29
- Views: 33726
Re: [MAS] updated to 4.9.0 from the app store, and now is not working (on OS X El Capitan, from 2015)
...oh and a thought for you.. as everything else seems to work, how about an option of a pop up window with a cut/pasteable shell script to move or copy? That should be trivial... single quotes around the full file paths and selectable “mv”, “cp” or “ln” ... then at least those of us with older OSes ...
- 03 Apr 2020, 11:29
- Forum: macOS
- Topic: [MAS] updated to 4.9.0 from the app store, and now is not working (on OS X El Capitan, from 2015)
- Replies: 29
- Views: 33726
Re: [MAS] updated to 4.9.0 from the app store, and now is not working (on OS X El Capitan, from 2015)
As a developer you can petition Apple if you believe it’s their screw up (symbols changing when you used Xcode for guilts that are supposed to be compatible) is a support issue you as a developer are entitl d to fixes for. (Hint: I’m a Xcode dev as well) Apple of course are trying to get everyone off ...
- 03 Apr 2020, 10:10
- Forum: macOS
- Topic: AppStore automatic updates broke everything older than High Sierra due to not setting minimum OS requirements....
- Replies: 1
- Views: 3072
AppStore automatic updates broke everything older than High Sierra due to not setting minimum OS requirements....
As per the subject. Whomever posted the latest update to the App Store forgot (or just didn’t) set the minimum OS requirements for the App so my El Capitan host just updated it and it’s now broken until a patch is released... :evil: NOT HAPPY JAN!! Please fix or provide a link where we can get the pr ...
- 03 Apr 2020, 10:02
- Forum: macOS
- Topic: [MAS] updated to 4.9.0 from the app store, and now is not working (on OS X El Capitan, from 2015)
- Replies: 29
- Views: 33726
Re: [MAS] updated to 4.9.0 from the app store, and now is not working (on OS X El Capitan, from 2015)
I think that’s the wrong attitude... I also have the problem... as a paid user. I can’t update os without spending a couple of grand on new hardware... the AppStore allows you to set the minimum OS requirements, so that updates that break the app will not be downloaded on OSes too old for your dev ...