

- #IFLICKS 2 CODE HOW TO#
- #IFLICKS 2 CODE INSTALL#
- #IFLICKS 2 CODE UPDATE#
- #IFLICKS 2 CODE UPGRADE#
- #IFLICKS 2 CODE TV#
So far those my only issues - and they're very 'me' specific - a great app all around. iFlicks Subscriptions are available in two flavours, iFlicks Basic and iFlicks Plus.
#IFLICKS 2 CODE UPDATE#
So, should I wish to bulk update all of a particular season of a show, say Battlestar - and have iFlicks add artwork where I had none before - the new iFlicks renders every episode of season 2 as being Season 2 Episode 2.
#IFLICKS 2 CODE TV#
For example - if you have two hard drives hooked up and both hosting media to iTunes, but only one of those can be your "media folder location" - any items that are IN iTunes, but NOT IN the media folder location, ie the hard drive location under the Advanced tab in iTunes Preferences, cannot be added to iFlicks.Ģ) When updating TV Shows for items already in iTunes - iFlicks appears to be taking the Disc number of the show (which would be the season number) and applying that to the episode number during look up. Updating metadata of items already in iTunes:ġ) Cannot add items that aren't located in the current media folder location.
#IFLICKS 2 CODE UPGRADE#
One question though: what is the source for the square images? I'm curious since they're not the easiest to find and I'd love to grab back-seasons at this point iFlicks seems to just use the "latest' available image for a show I'd love to get season-specific images.Īnyways, great work! It's very promising and a good upgrade from 1.4.x :-) Comment actions It's by far the best tool to use for these sorts of things. Moving the queue into the main window was long overdue and iFlicks genuinely feels like a bonafide OS X citizen now. Setapp is a curated suite of Mac and iOS apps all yours with a single membership. Compatibility: macOS 10.12.2 or later 64-bit. For macOS Catalina compatibility, including TV and Music app integration, please check out the latest iFlicks 3.2 release. I've converted a bunch of files and had no issues. IFlicks 2.8 is a maintenance release for iFlicks 2. While this isn't necessarily "unexpected" behaviour, it could easily confuse some users. If you set up a watch folder, you start getting recursion issues if you have it set to use the same directory for conversions (the converted files are added into iFlicks since they end up in the watch folder).
#IFLICKS 2 CODE INSTALL#
Snow Leopard users will need to install purge command from xcode developer tools.Been giving it a shot, and it's doing fairly well for the most part. You also need a lot of memory (8GB is ok). z264 does not yet count how many background_transcoder processes it spawns, meaning if there are a lot of transcodes, it will take awhile for them to complete, but they will complete. Minor issues: user needs to be able to read, debug, and use bash. Use Terminal to call z264 on single file, directory of files, or call it from a cron to crawl entire file systems periodically z264 ./* /rebates/&252fiflicks-2. Z264 has several dependencies (mediainfo, rmtrash, ffmpeg, SublerCLI, and HandBrakeCLI)Ĭopy and paste binary install section into a new bash script and use it to download and install the dependencies into /usr/local/bin/ (create /usr/local and /usr/local/bin/ if not there already)Ĭreate 2GB ramdisk called 'Two' using command in ramdisk section diskutil quiet erasevolume HFS+ 'Two' `hdiutil attach -nomount ram://4194304`ĭouble-check command definitions (locations of dependencies), and correct locations (to "/usr/local/bin/") change line 231 to read: mediainfo="/usr/local/bin/mediainfo"Ĭhange line 236 to read: rmtrash="/usr/local/bin/rmtrash"Ĭhange line 238 to read: ffmpeg="/usr/local/bin/ffmpeg"Ĭhange line 239 to read: SublerCLI="/usr/local/bin/SublerCLI"Ĭhange line 262 to read: mediainfo="/usr/local/bin/mediainfo"Ĭhange line 263 to read: rmtrash="/usr/local/bin/rmtrash"Ĭhange line 265 to read: HandBrakeCLI="/usr/local/bin/HandBrakeCLI"
#IFLICKS 2 CODE HOW TO#
It makes reasonably intelligent decisions for you about how to transcode files based on how you set its HandBrake variables (set at lines 312-333).Ĭheck file for AVC encoding and flv, wmv, or mkv wrapper and rewrap in mp4 container otherwise, if not already am mp4, transcode to AVC mp4 Z264 will look at every file, but will only touch avi, flv, mpg, mpeg, wmv, vob, mkv and mp4 video files, copying video and audio streams and rewrapping if possible, transcoding just the audio if necessary, and transcoding only what video is necessary, and leave you with iTunes friendly, atom optimized mp4 files, leaving the originals in your Trash.
