Plugin:Watrack/ru: Difference between revisions
Plugin:Watrack/ru
Jump to navigation
Jump to search
(+Untranslated) |
(translation part 1) |
||
Line 1: | Line 1: | ||
{{PluginCard}}{{Untranslated}} | {{PluginCard}}{{Untranslated}} | ||
Вставляет информацию о проигрываемой музыке в окно сообщения или в статусное сообщение. | Вставляет информацию о проигрываемой музыке в окно сообщения или в статусное сообщение. | ||
__TOC__ | |||
== Поддерживаемые плееры == | |||
* [http://www.winamp.com Winamp] | |||
* [http://www.iki.fi/hy/apollo/ Apollo] | |||
* [http://mpesch3.de1.cc 1by1] | |||
* [http://gabest.org Media Player Classic] | |||
* [http://www.microsoft.com/windows/windowsmedia/players.aspx Window Media Player] | |||
* [http://www.foobar2000.org foobar2000] | |||
* [http://www.softella.com LightAlloy] | |||
* [http://www.jetaudio.com Cowon JetAudio] | |||
* [http://quinnware.com Quintessential Player] | |||
* [http://www.itunes.com iTunes] | |||
* [http://www.mediamonkey.com MediaMonkey] | |||
* [http://www.real.com Real Player] | |||
* [http://www.musikcube.com MusikCube] | |||
* [http://www.bsplayer.org BSPlayer] | |||
* [http://www.rodi.dk/musiccubeone.php MusicCube One] | |||
* [http://www.inmatrix.com Zoom Player] | |||
* [http://pluton.oss.ru Pluton] | |||
* [http://www.jrmediacenter.com J. River Media Center] | |||
* [http://wwwp.musicmatch.com Musicmatch Jukebox] | |||
* [http://www.videolan.org VideoLAN media player] | |||
* {{Plugin|mRadio|mRadio Miranda plugin}} | |||
* [http://www.altools.net ALSong&ALShow] | |||
и другие. Полный список плееров см. в файле <tt>player.ini</tt>. | |||
== Поддерживаемые форматы == | |||
<pre style="overflow:auto;"> | |||
MP3, OGG, WMA, WAV, APE, TTA, AAC, FLA/FLAC, MPC, OFR/OFS, SPX, MP4, M4A, ASF, WMV, AVI, MKV, OGM, RA/RM/RAM, FLV, MOV, 3GP, MPEG/MPG | |||
</pre> | |||
In chat (and maybe message) window, you can use text formatting: | |||
{| | |||
|{b}text{/b} | |||
|'bold' text | |||
|- | |||
|{i}text{/i} | |||
|'italic' text | |||
|- | |||
|{u}text{/u} | |||
|'undeline' text | |||
|- | |||
|{cf##}text{/cf} | |||
|text with color ## (0-15) | |||
|- | |||
|{bg##}text{/bg} | |||
|text with background color ## (0-15) | |||
|} | |||
Пример: | |||
<pre style="overflow:auto;"> | |||
/me {b}listen{/b} {cf5}{i}%artist%{/i}{/cf} - {bg10}{u}"%title%"{/u}{/bg} | |||
</pre> | |||
Макросы: | |||
{| | |||
|%album% | |||
|album | |||
|- | |||
|%artist% | |||
|artist | |||
|- | |||
|%bitrate% | |||
|bitrate | |||
|- | |||
|%channels% | |||
|number of channels | |||
|- | |||
|%codec% | |||
|video codec like 0x30355844 (DX50) | |||
|- | |||
|%comment% | |||
|comment from tag | |||
|- | |||
|%cover% | |||
|cover file name | |||
|- | |||
|%file% | |||
|media file name | |||
|- | |||
|%fps% | |||
|100*FPS (frames per second) for video files | |||
|- | |||
|%height% | |||
|video height in pixels | |||
|- | |||
|%genre% | |||
|genre | |||
|- | |||
|%kbps% | |||
|bitrate | |||
|- | |||
|%khz% | |||
|sample rate | |||
|- | |||
|%length% | |||
|total song length (sec) | |||
|- | |||
|%lyric% | |||
|lyrics text | |||
|- | |||
|%mono% | |||
|"mono"/"stereo" | |||
|- | |||
|%nstatus% | |||
|player status (stopped, playing, paused) - non-translated | |||
|- | |||
|%percent% | |||
|%time% / %total% * 100% | |||
|- | |||
|%player% | |||
|player | |||
|- | |||
|%samplerate% | |||
|sample rate | |||
|- | |||
|%size% | |||
|media file size | |||
|- | |||
|%status% | |||
|player status (stopped, playing, paused) | |||
|- | |||
|%time% | |||
|current song position (sec) | |||
|- | |||
|%title% | |||
|song title | |||
|- | |||
|%total% | |||
|total song length (sec) | |||
|- | |||
|%track% | |||
|track number | |||
|- | |||
|%txtver% | |||
|player version in text format | |||
|- | |||
|%type% | |||
|media file type (extension) | |||
|- | |||
|%vbr% | |||
|'VBR' if VBR :) | |||
|- | |||
|%version% | |||
|player version | |||
|- | |||
|%width% | |||
|video width in pixels | |||
|- | |||
|%wndtext% | |||
|title from player window (usually "artist" - "title") | |||
|- | |||
|%year% | |||
|song year (from tag) | |||
|} | |||
== Примечания == | |||
* Volume field has an original volume value in hiword and is scaled to 0-15 range in loword. Not all players supported. | |||
* Frame background picture transparency is not implemented | |||
* To obtain more information from foobar2000 player, [http://foosion.foobar2000.org/0.9/foo_comserver2-0.7-setup.exe download this plugin] or use <tt>foo_winamp_spam</tt> plugin | |||
* FileInfo (called from popup) doesn't show video file properties | |||
* FPS saves as FPS*100 | |||
* Frame text output is now left-to-right only | |||
To compile plugin, use something like this: | |||
<pre style="overflow:auto;"> | |||
dcc32 -$A+ -$H+ watrack.dpr | |||
</pre> | |||
== Известные проблемы == | |||
* If frame text uses <tt>%time%</tt> macro, text can't scroll | |||
* Foobar seeking with <tt>foo_winamp_spam</tt> may not work | |||
* Miranda can freeze if Foobar OLE interface used | |||
* Player can start again if OLE checks while it shuts down | |||
* ICQLite and ICQ2003 users cannot see xStatus text changes | |||
* In MP3 with VBR total song time sometime is not properly calculated | |||
* Default color of formatted text is color of text at insert position | |||
* Some macros don't work with some players. Replaced by <nowiki>''</nowiki> and 0 | |||
* 1by1 player can show wrong elapsed time value | |||
* Version numbers of some players are not displayed properly | |||
* Bad MP3 headers are not properly handled | |||
* Plugin can show wrong song when player scans directory for music files | |||
== Обратная связь == | |||
All comments, errors and wishes please send to <tt>awkward@land.ru</tt> or <tt>panda75@bk.ru</tt> | |||
{{PluginGroups}} | {{PluginGroups}} |
Revision as of 12:58, 13 June 2015
Winamp Track | |
---|---|
Нет изображения | |
Имя файла | Watrack.dll |
Автор | Awkward |
Скачать | |
Стабильная версия: | 32-bit, 64-bit |
Версия в разработке: | 32-bit, 64-bit |
![]() | Данная статья нуждается в переводе. |
Вставляет информацию о проигрываемой музыке в окно сообщения или в статусное сообщение.
Поддерживаемые плееры
- Winamp
- Apollo
- 1by1
- Media Player Classic
- Window Media Player
- foobar2000
- LightAlloy
- Cowon JetAudio
- Quintessential Player
- iTunes
- MediaMonkey
- Real Player
- MusikCube
- BSPlayer
- MusicCube One
- Zoom Player
- Pluton
- J. River Media Center
- Musicmatch Jukebox
- VideoLAN media player
- mRadio Miranda plugin
- ALSong&ALShow
и другие. Полный список плееров см. в файле player.ini.
Поддерживаемые форматы
MP3, OGG, WMA, WAV, APE, TTA, AAC, FLA/FLAC, MPC, OFR/OFS, SPX, MP4, M4A, ASF, WMV, AVI, MKV, OGM, RA/RM/RAM, FLV, MOV, 3GP, MPEG/MPG
In chat (and maybe message) window, you can use text formatting:
{b}text{/b} | 'bold' text |
{i}text{/i} | 'italic' text |
{u}text{/u} | 'undeline' text |
{cf##}text{/cf} | text with color ## (0-15) |
{bg##}text{/bg} | text with background color ## (0-15) |
Пример:
/me {b}listen{/b} {cf5}{i}%artist%{/i}{/cf} - {bg10}{u}"%title%"{/u}{/bg}
Макросы:
%album% | album |
%artist% | artist |
%bitrate% | bitrate |
%channels% | number of channels |
%codec% | video codec like 0x30355844 (DX50) |
%comment% | comment from tag |
%cover% | cover file name |
%file% | media file name |
%fps% | 100*FPS (frames per second) for video files |
%height% | video height in pixels |
%genre% | genre |
%kbps% | bitrate |
%khz% | sample rate |
%length% | total song length (sec) |
%lyric% | lyrics text |
%mono% | "mono"/"stereo" |
%nstatus% | player status (stopped, playing, paused) - non-translated |
%percent% | %time% / %total% * 100% |
%player% | player |
%samplerate% | sample rate |
%size% | media file size |
%status% | player status (stopped, playing, paused) |
%time% | current song position (sec) |
%title% | song title |
%total% | total song length (sec) |
%track% | track number |
%txtver% | player version in text format |
%type% | media file type (extension) |
%vbr% | 'VBR' if VBR :) |
%version% | player version |
%width% | video width in pixels |
%wndtext% | title from player window (usually "artist" - "title") |
%year% | song year (from tag) |
Примечания
- Volume field has an original volume value in hiword and is scaled to 0-15 range in loword. Not all players supported.
- Frame background picture transparency is not implemented
- To obtain more information from foobar2000 player, download this plugin or use foo_winamp_spam plugin
- FileInfo (called from popup) doesn't show video file properties
- FPS saves as FPS*100
- Frame text output is now left-to-right only
To compile plugin, use something like this:
dcc32 -$A+ -$H+ watrack.dpr
Известные проблемы
- If frame text uses %time% macro, text can't scroll
- Foobar seeking with foo_winamp_spam may not work
- Miranda can freeze if Foobar OLE interface used
- Player can start again if OLE checks while it shuts down
- ICQLite and ICQ2003 users cannot see xStatus text changes
- In MP3 with VBR total song time sometime is not properly calculated
- Default color of formatted text is color of text at insert position
- Some macros don't work with some players. Replaced by '' and 0
- 1by1 player can show wrong elapsed time value
- Version numbers of some players are not displayed properly
- Bad MP3 headers are not properly handled
- Plugin can show wrong song when player scans directory for music files
Обратная связь
All comments, errors and wishes please send to awkward@land.ru or panda75@bk.ru