    There are 2 different type for Imdb-Bars:

    For a "Movie" (Movie)
        IMDB_BAR    = "[IMDB]-(%MPAA%)-(%genre%)-(%releaseyear%)-(%rating% with %votes% votes)-(%screens% screens)-(%duration%)-[IMDB]"
    
    For "TV" (TV Series) or "TVEP" (TV Episode)
        IMDB_TV_BAR = "[IMDB-TV]-(%MPAA%)-(%genre%)-(%rating% with %votes% votes)-(%releaseDate%)-(%duration%)-[IMDB-TV]"
    
    Theses bars can be customized with the following list of %tags% (case insensitive) 
        .--------------------------------------------------------------------------------:
        |    Tag               |  Description                                            |
        +----------------------+---------------------------------------------------------+
        | %Budget%             |  Media Budget                                           |
        | %Countries%          |  Media Countries                                        |
        | %Country%            |  Media Country (First of %Countries%)                   |
        | %Description%        |  Media Description                                      |
        | %Directors%          |  Media Directors                                        |
        | %Director%           |  Media Director (First of %Directors%)                  |
        | %Duration%           |  Media Duration                                         |
        | %Episode%            |  Media Episode (Valid for TVEP Releases)                |
        | %Genres%             |  Media Genres                                           |
        | %Genre%              |  Media Genre (First of %Genres%)                        |
        | %Id%                 |  Media Imdb-Id                                          |
        | %Link%               |  Media Link                                             |
        | %MediaLink%          |  Media MediaLink                                        |
        | %MediaType%          |  Media MediaType ("Movie"|"TV"|"TVEP")                  |
        | %MPAA%               |  Media MPAA (USA Content Rating)                        |
        | %OfficialLinks%      |  Media OfficialLinks                                    |
        | %OfficialLink%       |  Media OfficialLink (First of %OfficialLinks%)          |
        | %PosterLink%         |  Media PosterLink (Full size Poster link)               |
        | %PosterThumbLink%    |  Media PosterThumbLink (Mini Poster)                    |
        | %Rating%             |  Media Rating (User Rating)                             |
        | %ReleaseDate%        |  Media ReleaseDate (or AirDate local for TVEP Releases) |
        | %ReleaseYear%        |  Media ReleaseYear (yyyy part of %ReleaseDate%)         |
        | %Screens%            |  Media Screens                                          |
        | %Season%             |  Media Season (Valid for TVEP Releases)                 |
        | %Seasons%            |  Media Seasons                                          |
        | %Stars%              |  Media Stars                                            |
        | %Star%               |  Media Star (First of %Stars%)                          |
        | %StoryLine%          |  Media StoryLine                                        |
        | %TagLine%            |  Media TagLine                                          |
        | %Title%              |  Media Title                                            |
        | %TitleOriginal%      |  Media TitleOriginal (if any)                           |
        | %Top250%             |  Media Top250 (Position in Top 250)                     |
        | %Votes%              |  Media Votes                                            |
        :--------------------------------------------------------------------------------:
    
    Special TV Episode tags if IMDB_GET_EPISODE_ID = False and the query is for a TV Episode Release
    matching the following format [Series].S[yy]E[xx].*. In this case Media Tags will contain the
    [Series] Data and the [Episode] data will be loaded into the Episodes tags.
        .--------------------------------------------------------------------------------:
        |    Tag               |  Description                                            |
        +----------------------+---------------------------------------------------------+
        | %EpisodeAirDate%     | Episode AirDate (USA)                                   |
        | %EpisodeDescription% | Episode Description                                     |
        | %EpisodeID%          | Episode Imdb-ID                                         |
        | %EpisodeLink%        | Episode Link                                            |
        | %EpisodeTitle%       | Episode Title                                           |
        :--------------------------------------------------------------------------------:
    
                !!! IMPORTANT !!! !!! WARNING !!! !!! IMPORTANT !!! !!! WARNING !!!
    If you do change theses Imdb-Bar templates then do no forget to change the to Imdb-Bar delete 
    templates accordingly:
                            DEL_IMDB_BAR    = "[IMDB]-(*)-[IMDB]"
                            DEL_IMDB_TV_BAR = "[IMDB-TV]-(*)-[IMDB-TV]"

    if you do not change theses then you may end up with a new Imdb-Bar every time you run the Imdb
    command on a release
                !!! IMPORTANT !!! !!! WARNING !!! !!! IMPORTANT !!! !!! WARNING !!!
