update for ptextmonitor

This commit is contained in:
arcan1s 2014-03-27 20:16:29 +04:00
parent d8721cd9d6
commit 6f1b8235cb
2 changed files with 24 additions and 0 deletions

View File

@ -224,6 +224,18 @@ sudo plasmapkg -g -i py-text-monitor-1.5.0.plasmoid
<td><code>$artist</code></td>
<td><p align="justify">Current song artist. One of supported music players must be installed.</p></td>
</tr>
<tr>
<td><code>$album</code></td>
<td><p align="justify">Current song album. One of supported music players must be installed.</p></td>
</tr>
<tr>
<td><code>$progress</code></td>
<td><p align="justify">Current song progress. One of supported music players must be installed (mpd does not support yet).</p></td>
</tr>
<tr>
<td><code>$time</code></td>
<td><p align="justify">Current song duration. One of supported music players must be installed.</p></td>
</tr>
<tr>
<td><code>$title</code></td>
<td><p align="justify">Current song title. One of supported music players must be installed.</p></td>

View File

@ -225,6 +225,18 @@ sudo plasmapkg -g -i py-text-monitor-1.5.0.plasmoid
<td><code>$artist</code></td>
<td><p align="justify">Исполнитель текущей песни. Один из поддерживаемых музыкальных плееров должен быть установлен.</p></td>
</tr>
<tr>
<td><code>$album</code></td>
<td><p align="justify">Альбом текущей песни. Один из поддерживаемых музыкальных плееров должен быть установлен.</p></td>
</tr>
<tr>
<td><code>$progress</code></td>
<td><p align="justify">Прогресс текущей песни. Один из поддерживаемых музыкальных плееров должен быть установлен (mpd в настоящий момент не поддерживается).</p></td>
</tr>
<tr>
<td><code>$time</code></td>
<td><p align="justify">Длительность текущей пени. Один из поддерживаемых музыкальных плееров должен быть установлен.</p></td>
</tr>
<tr>
<td><code>$title</code></td>
<td><p align="justify">Название текущей песни. Один из поддерживаемых музыкальных плееров должен быть установлен.</p></td>