View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006680 | MMW v4 | Properties/Auto-Tools | public | 2010-11-11 18:23 | 2011-07-24 20:13 |
Reporter | jiri | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | 4.0 | ||||
Target Version | 4.0 | Fixed in Version | 4.0 | ||
Summary | 0006680: Introduce new masks for new fields | ||||
Description | Currently we have masks for new fields only as aliases (e.g. <Series> means the same as <Album>). This results in several problems, e.g. we don't know which one to show - in Options/Playback rules/Video we have <Album> mask used, even though this field doesn't make sense there and should be <Series> instead. 1. So, we should have a non-alias mask for each new field (e.g. Album=%L, but Series will be %{something else}). Note that even after this change, both masks actually refer to the same field, so they return the same text. But thanks to this change they are distinguishable. 2. These new masks should be properly used on several places (like above mentioned Playback rules). 3. That [>>] button used for masks (e.g. Auto-organize dialog) should be improved, so that it dynamically shows only applicable masks, i.e.: 3a. <Album> mask should be shown only if the dialog is opened with >=1 track with Type=[Music, Music Video, Audiobook] (+something else?) 3b. <Series> mask should be shown only if the dialog is opened with >1 file with Type=[Video, TV] | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 1409 | ||||
|
This new masks: <Podcast>, <Series>, <Producer>, <Director>, <Episode#>, <Season#> added in build 1325. Note that the current assignment rules are: Album = Podcast = Series Composer = Producer Conductor = Director Track# = Episode# Disc# = Season# |
|
Re-opened, because I forgot to implement item 3) |
|
Implemented in build 1325. |
|
Tested (not comprehensively) in 1332. Noticed a couple of issues: a) Season # is missing for TV tracks b) A field called ZZA is displayed when clicking >> for TV/Video tracks |
|
c) <Director> was mapped to Conductor instead of Artist internally All is fixed in build 1333 |
|
When reopening auto tag from filename and active mask contained <Episode#> on re opening it is translated to %ZY Filename: Lost.Girl.S01E13.HDTV.XviD-2HD.avi Mask: <Title>.S<Season#:2>E<Episode:2>.<Skip>-<Publisher> Mask on next Auto Tag From Filename: <Title>.S<Season#:2>E%ZY.<Skip>-<Publisher> |
|
Fixed in 1335 |
|
verified 1343 |
|
<Season#:2> and <Episode#:2> fail with Auto-Organize Files to create 2 digits in filename. Ticket ID: MIQ-991392 |
|
Fixed in build 1401. |
|
<Season#:2> and <Episode#:2> add leading space and not a leading 0 on 1407. |
|
Fixed in build 1408. |
|
<Season#:2> and <Episode#:2> works on 1408, but <Season#> and <Episode#> also force leading 0. |
|
Yes, this is consistent with <Track#> |
|
That's not true <Track#> gives a single digit in filename when it is single digit, whereas <Season#> gives double digit in filename when it is single digit. <Track#> has always been single digit and still is. |
|
You are right, I somehow mistested it before. Fixed in build 1409. |
|
Verified in 1411 |