deviant art

Deviant Login Shop  Join deviantART for FREE Take the Tour
[x]
Shop Similar Prints
This Print Not Available
Download File
7Z, 3.5 MB
more ▶

More from ~tedgo

Featured in Groups:

Details

March 22
3.5 MB
Link
Thumb

Statistics

Comments: 352
Favourites: 62 [who?]

Views: 19,510 (127 today)
Downloads: 5,986 (47 today)
[x]
:icontedgo:
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]

Official german forum: [link]
Add a Comment:
 
:iconecorio:
Mood: Sadness ~EcoRio 1 day ago  New member
i want make group on ELPlaylist like ▼. I try many ways. but I can't. :(
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
Reply
:icontedgo:
You could separate the Grouping format for ELPlaylist by using ||| as separator.
You'd additionally need to rewrite the grouping script tab, though...
Reply
:iconredstripe777:
Question:

Should artreader_artist work for ELP background picture.
e.g, $set_ps_global(do.artist.pic,artreader_artist)
Reply
:icontedgo:
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...)
Reply
:iconmane1979:
I have a problem...

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)?
Reply
:iconmane1979:
I do it, work fine :)
Reply
:iconmane1979:
Work only central (cover) panel, I fight with right panel (popup).
Reply
:icontedgo:
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... ;))
Reply
:iconcypha-thir13en:
Found two things, they might be errors, they might not be.

// ----- 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.
Reply
:icontedgo:
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 :)
Reply
Add a Comment: