2.1.70 Release

Added by fatal 5 months ago

Please check your settings after update, as some might have changed or reset.

Renaming

A new renaming construct $()$ is now available, which will help avoid blank characters from showing up if the metadata required for that rename is missing. You put your values in between the $( and )$ tags.

For example, if your current rename pattern is:

%lt (%py) [%type]

It should rename your item to the following:

Local Title (2005) [DVD]

But, if, for example, the Production Year is empty in the metadata, you end up with the following instead:

Local Title () [DVD]

But now, if you wrap the new construct around your items which can be conditional, it will not output the value if it is empty, for example, the new rename pattern would look like:

%lt $((%py))$ $([%type])$

So now, if Production Year was empty, it would be renamed to the following instead:

Local Title [DVD]

If Type was also empty, it would be renamed to the following instead:

Local Title

Export List

Export List got a little update which adds a few more options and a little more control on the current export list functionality.

Hide Fields

As more and more fetchers get added, more Ids and fields need to be added to support re-fetching, but then the Information panel fields get cluttered with all the new fields which not everyone uses or needs to see.

A new right click context menu is added to the information panel which allows you to hide any unwanted fields.

NOTE

Please note there is a small bug which could not be fixed for this release where if you click on the scrollbar and drag it down, the popup disappears when you let go of your mouse. To get around the issue do the following:

  • Right click on the Information panel to bring up the popup
  • Click anywhere inside the popup
  • Use your mouse scroll wheel to scroll down

Plugins

Some new plugins were added as well as some updates on some existing features.

  • iTunes Metadata Tagger (read here)
  • CSFD.cz Fetcher (Czech) (read here)
  • Current Trailers now downloads backdrops and has the ability to skip trailers of certain genres

Other Updates

Bug #593: Manage Filters window not selecting correct filter if filter is set to nothing
Bug #594: Episode Sorting - Moving dvr-ms/wtv file sometimes causes wrong episode number to be assumed from filename
Bug #596: No MediaInfo for TV Episodes ripped to Folder Structure
Bug #598: Process all generating list error when no TV or Movie fetcher plugins installed
Bug #605: Setting for "Extract episode images" is reset after launch
Bug #617: Don't get trailers for items in CurrentTrailers download path
Bug #629: Ampersand character not properly formatted in URL when browsing media collection through web interface
Bug #639: Threading issue when using Process Profiles with a Saved Filter
Bug #641: Rename folder also renames file if file is named the same as folder
Feature #147: Allow users to hide fields from Information Tab
Feature #590: Add ability to manually run Process Profile from main ribbon instead of Settings
Feature #591: Renaming new construct "$( )$" to avoid empty ( ) [ ] etc
Feature #595: Add "Show meta<browser/>" command to notify icon on taskbar
Feature #597: Add studio icons to be displayed on top of poster/backdrop
Feature #600: Improve Export List functionality
Feature #602: CSFD.cz Fetcher (Czech)
Feature #603: Episode sorting - Move duplicate/existing episodes to specified location
Feature #618: Add option to not populate MPAA rating for current trailers
Feature #619: Fetch backdrops for CurrentTrailers
Feature #620: Option to skip downloading of CurrentTrailer trailer with specific genres
Feature #624: Add Right Click->Process All Item for items in media collection list
Feature #625: Interface update to include series level metadata access to episode saver
Feature #626: iTunes Metadata Tagger (Saver Plugin)
Feature #630: Add option to sort media collection by DateAdded for Web Service
Feature #635: Add logfile filesize limit of 10MB
Feature #638: Fetch trailer url from TMDb + add to saver plugins
Feature #642: Add ability to stop a Process Profile while it's running
Feature #644: Option to fetch information from akas.imdb.com instead of www.imdb.com
Feature #646: Add progress percentage in media collection list when downlading cast
Feature #647: XBMC - Add user configurable options to define Extra folder name and Extra prefix for multiple backdrops

Take Care


Comments