Private GIT

Skip to content
Snippets Groups Projects
Commit c7d5e697 authored by Jonathon Saine's avatar Jonathon Saine
Browse files

Highlight the output preview fields that would result in a change from the original filename.

parent 949125c4
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#for $cur_ep_obj in $ep_obj_list: #for $cur_ep_obj in $ep_obj_list:
#set $curLoc = $cur_ep_obj.location[len($cur_ep_obj.show.location)+1:] #set $curLoc = $cur_ep_obj.location[len($cur_ep_obj.show.location)+1:]
#set $curExt = $curLoc.split('.')[-1] #set $curExt = $curLoc.split('.')[-1]
#set $newLoc = $cur_ep_obj.proper_path() + '.' + $curExt
#if int($cur_ep_obj.season) != $curSeason: #if int($cur_ep_obj.season) != $curSeason:
<thead> <thead>
...@@ -60,7 +61,7 @@ ...@@ -60,7 +61,7 @@
</td> </td>
<td align="center" valign="top" class="nowrap"><%= "-".join(map(str, epList)) %></td> <td align="center" valign="top" class="nowrap"><%= "-".join(map(str, epList)) %></td>
<td width="50%" valign="top">$curLoc</td> <td width="50%" valign="top">$curLoc</td>
<td width="50%" valign="top">$cur_ep_obj.proper_path().$curExt</td> <td width="50%" valign="top" class="#if $curLoc == $newLoc then "" else "wanted"#">$newLoc</td>
</td> </td>
</tr> </tr>
</tbody> </tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment