mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 21:46:44 +00:00
Display the location the media was actually saved to
This commit is contained in:
parent
8a04139da9
commit
d1c6236b9d
@ -100,10 +100,17 @@
|
||||
<td class="hide-on-small-only">Filename</td>
|
||||
<td><span class="hide-on-med-and-up">Filename<br></span><strong>{{ media.filepath.name }}</strong></td>
|
||||
</tr>
|
||||
<tr title="The filename the media will be downloaded as">
|
||||
<tr title="The directory the media will be downloaded to">
|
||||
<td class="hide-on-small-only">Directory</td>
|
||||
<td><span class="hide-on-med-and-up">Directory<br></span><strong>{{ media.directory_path }}</strong></td>
|
||||
</tr>
|
||||
<tr title="The filepath the media was saved to">
|
||||
<td class="hide-on-small-only">Database Filepath</td>
|
||||
<td><span class="hide-on-med-and-up">DB Filepath<br></span><strong>{{ media_file_path }}</strong>
|
||||
{% if media_file_path == media.filepath %}
|
||||
<span class="green-text"> (matched)</span>
|
||||
{% endif %}
|
||||
</td> </tr>
|
||||
<tr title="Size of the file on disk">
|
||||
<td class="hide-on-small-only">File size</td>
|
||||
<td><span class="hide-on-med-and-up">File size<br></span><strong>{{ media.downloaded_filesize|filesizeformat }}</strong></td>
|
||||
|
Loading…
Reference in New Issue
Block a user