This is the new design line based on DarkOne v3.1 [link] for foobar2000 [link]
ATTENTION: DarkOne v4 only works properly in resolutions at 1280*x or higher!
PLEASE READ THE INSTRUCTION.TXT FOR INSTALL INSTRUCTIONS!
Changelog Version 4.0 build20130502 * fixed: small cosmetic error in Manual * fixed: rare crash in Display Panel with Pregap including Cuefiles build20130403 * fixed: display glitch in ELPlaylist Popup window * fixed: rare crash in Display Panel when playback time is NaN * updated: component package build20130326 * fixed: crash in Display Panel with FLAC TAGZ * updated: component package build20130322 * Initial release
The archive contains the following components (the latest versions available at 2013-05-02): Album List Panel, Columns UI and libpng-libraries [link] Biography View Panel, Channel Spectrum Panel, ELPlaylist, EsPlaylist and Panel Stack Splitter [link] Lyric Show Panel 3 [link] Peakmeter Spectrum component [link] Playback Statistics [link] Quick Search Toolbar [link] Waveform seekbar [link] WSH Panel mod [link]
No, not that easy... You'd need to set artist picture layer to: $set_ps_global(do.artist.pic,%path%)
And then right-click on ELP button --> Splitter Settings --> //-----ARTIST-PICTURE-LAYER Change this line: $drawimage(0,0,%ps_width%,$sub(%ps_height%,34),%do.artist.pic%,wc,,%do.artist.alpha%) to this line: $imageabs(0,0,%ps_width%,$sub(%ps_height%,34),%do.artist.pic%,wc artreader_artist,,%do.artist.alpha%)
But with no guarantee! (PSS is not free of bugs and issues. This way works very well for front cover but not good with all others...)
Right-mouse-click on the playlist --> Settings --> Field definition Double-click on POPUP.ART and change its content to front (Btw. its described in the manual, chapter 2.4.1.3... )
should not have the comma between $upper(%track artist%) $char(9679) ] & [$upper(%artist%) $char(9679 %artist% would only show if no length is present, so i guess radio it would work but for anything else it would not display the %artist% name.
and the seekbar is missing at the top of one of the views, i had to change the first 0 to a 1.
The artist is only shown for albums with an ALBUM ARTIST tag that differs from the tracks artist. Because the artist is already "known" at least from the cover displayed above
The seekbar (i think you mean the normal one, not the Waveform seekbar) is only visible when the Waveform seekbar is not. It is a "substitute" seekbar only
please help me
------------------------------------------------------------------------------------
album artist ( or artist) 1 : * only text
- album 1
- album 2
- track 1
- track 2
.
.
.
- album 3
album artist ( or artist) 2
- album 1
- album 2
- track 1
- track 2
.
.
.
- album 3
You'd additionally need to rewrite the grouping script tab, though...
Should artreader_artist work for ELP background picture.
e.g, $set_ps_global(do.artist.pic,artreader_artist)
You'd need to set artist picture layer to:
$set_ps_global(do.artist.pic,%path%)
And then right-click on ELP button --> Splitter Settings --> //-----ARTIST-PICTURE-LAYER
Change this line:
$drawimage(0,0,%ps_width%,$sub(%ps_height%,34),%do.artist.pic%,wc,,%do.artist.alpha%)
to this line:
$imageabs(0,0,%ps_width%,$sub(%ps_height%,34),%do.artist.pic%,wc artreader_artist,,%do.artist.alpha%)
But with no guarantee!
(PSS is not free of bugs and issues. This way works very well for front cover but not good with all others...)
Music add to library
Structure:
Artist
|-Albums
|-cover: 00-***.jpg
|-tracks: 01-***.mp3
02-***.mp3
...
how to show the cover picture on the cover panel and right panel (popup)?
Double-click on POPUP.ART and change its content to front
(Btw. its described in the manual, chapter 2.4.1.3...
// ----- SCROLLTEXT -----
$puts(text,$if(%length%,[$upper(%track artist%) $char(9679) ],[$upper(%artist%) $char(9679) ],)"%title%"[ '('%subtitle%')'][ %length%])
should not have the comma between $upper(%track artist%) $char(9679) ] & [$upper(%artist%) $char(9679
%artist% would only show if no length is present, so i guess radio it would work but for anything else it would not display the %artist% name.
and the seekbar is missing at the top of one of the views, i had to change the first 0 to a 1.
Because the artist is already "known" at least from the cover displayed above
The seekbar (i think you mean the normal one, not the Waveform seekbar) is only visible when the Waveform seekbar is not. It is a "substitute" seekbar only