/usr/share/plait/playlist.html is in plait 1.6.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | <html>
<head>
<title>%TITLE%</title>
<style type=text/css>
.tiny { font-size: 70%; }
body { font-family: Verdana, Arial, sans-serif; }
</style>
</head>
<p>Playlist: %TITLE%.
</p>
<object type="application/x-shockwave-flash" width="600" height="500"
data="xspf_player.swf?playlist_url=playlist.xspf">
<param name="bgcolor" value="#E6E6E6"/>
<param name="movie" value="xspf_player.swf?playlist_url=playlist.xspf"/>
</object>
<p class=tiny>Generated by <a href="http://plait.sourceforge.net">
Plait command line jukebox</a>.
</body>
</html>
|