Recommended Posts

modded dawxxx666's config

blueblackms0.th.jpg

1. Track info & cover art

2. Album list

3. Playlist switcher

4. SCPL (single view)

5. SCPL (album view)

credits to dawxxx666 and brumal (for the panel switch code)

Would you mind sharing this config ? I'd love to have an integrated album list panel.

Thanks

MiDiAN

Here's the link on Hydrogenaudio.

somehow I cannot rate my songs.. does anyone know a solution to this problem?

Mind sharing some info, what config are you using?

The button command should be TAG:SET:rating:5 where 5 is should the rating you want the button to assign.

Now, *MY* question is this: I have the RAR/ZIP component [from the foobar2000 installer] to read songs from compressed files... Is there a way to disable this through the Media Library? I've tried to exclude those file extensions in the preferences, but still have them show up when I re-scan the library... Now, I could remove the culprit file from that specific folder, but I would think I should not have to if I have the extensions set in the exclude rule.

Sure thing Spidy` :yes:

Desktop.zip

Here are the files, you will also need:

FONTS:

Swis721 Cn BT D-Type - or a suitable sans serif

Nyala (Vista) - or a suitable fancy script font

Wingdings

Webdings

COMPONENTS:

Panelsui

Single Column Playlist

Lyric Show (foo_uie_lyrics)

WSH Panel (foo_uie_wsh_panel)

Egoh Spectrum Analyser (foo_uie_vis_egoh)

Quick Search Toolbar (foo_uie_quicksearch)

* credit: two of the zipped images come from dawxxx666's amazing config availabe on this page, and the nocover art is by BrilliantGreen from http://www.hydrogenaudio.org/forums/index....34341&st=25 *

awesome config jayde6..

i've customized it a bit.. but there are few things i want to add that i'm hoping you can help me with. I wanted to put an overlay on the album art but i'm not sure how.. and a 1 pixel white border around the album art.. i can't figure out how to do this.

post-10919-1176603030.jpg

awesome config jayde6..

i've customized it a bit.. but there are few things i want to add that i'm hoping you can help me with. I wanted to put an overlay on the album art but i'm not sure how.. and a 1 pixel white border around the album art.. i can't figure out how to do this.

Thanks :) . Nice changes. As far as the others, the album art itself is a separate track display, so if you right click on the art itself you should be able to easily add a $imageabs overlay and also a $drawrect with a white pen color. You may also want to add NOKEEPASPECT to the album art if you are going to use an overlay. You could also change the panel code (the one with the background and text) to always show the lrc.png underneath the rotated albumart but make it a little bit bigger so that your white line would look mirrored as well.

And I use my speakers volume control (and for that matter my keyboards play/pause etc. but I just couldn't resist the look of the buttons in the alternating light and dark) however it shouldn't be too hard to shrink the seek bar and create another wsh panel to the right of it using the volume bar.txt that came with the plugin.

Look forward to seeing any and all mods to it,

Jayde6

i've tried adding the code myself.... a bunch of times.. and nothing happens, i have no idea what i'm doing.

I know I made it overly complicated, I just like keeping each section separate. I think the problem is probably that the coverart size is the same as the panel size, that and/or the $drawrect is below the overlay and bkg sections of the code (I have images that are not perfectly square and do hate stretching them hence it having it's own bkg and overlay). Put this code into the art panel in place of the old code;

$drawrect(0,0,0,0,brushcolor-235-235-235 pencolor-null)

$drawrect(0,0,0,0,brushcolor-235-235-235 pencolor-255-255-255)

$if($fileexists($replace(%path%,%filename_ext%,folder.jpg)),

$imageabs2(238,238,0,0,0,0,1,1,$replace(%path%,%filename_ext%,folder.jpg),VALIGN-B NOKEEPASPECT),

$imageabs2(238,238,0,0,0,0,1,1,/images\12\nocoverb.png,VALIGN-B NOKEEPASPECT))

$imageabs2(238,238,0,0,0,0,1,1,'your overlay png',VALIGN-T)

-in the track display with the background and the text, replace from "$ifequal($getpvar(display.mode),0," to the empty line with this;

$ifequal($getpvar(display.mode),0,

$imageabs2(240,41,0,0,0,39,$sub($div(%_width%,2),119),266,/images\12\lrc.png,VALIGN-T NOKEEPASPECT)

$if($fileexists($replace(%path%,%filename_ext%,folder.jpg)),

$imageabs2(238,238,0,0,0,0,$sub($div(%_width%,2),118),268,$replace(%path%,%filename_ext%,folder.jpg),VALIGN-TROTATEFLIP-6),

$imageabs2(238,238,0,0,0,170,$sub($div(%_width%,2),118),268,/images\12\nocoverb.png,VALIGN-T ROTATEFLIP-6)),

$imageabs2(236,41,0,0,0,39,$sub($div(%_width%,2),117),266,/images\12\lrc.png,VALIGN-T NOKEEPASPECT)

$drawrect($sub($div(%_width%,2),118),22,238,242,brushcolor-235-235-235 pencolor-70-70-70))

- I think that ought to do what you want.

Here's my WIP LunaElement mod based from bbmartini, Alan, and maybe any other LE mods out there.

foolesavagemodxn2.jpg

It uses foo_uie_wsh_panel for the seekbar, an idea borrowed from the Dark1 config. I prefer it over having either graphical seekbar, ugly, or both.

Why is it not used more often? buggy? heavy on resources???

Now here's where I ask for help [again].

I have my SCPL arranged by directory structure because my music is only partially organised.

In this example I have a 5 disc Johnny Cash collection located @ Music\Johnny Cash\[1954-1958] Man In Black I\ ... each disc has it's own sub-folder named "Disc" with 01, 02 to 05.

The meta-tags are done up with track number, total tracks, disc number, total discs.

The filename themselves are as so: Johnny Cash - 102 - You're My Baby.mp3 (where 102 is = disc 01 track 02)

Here's a visual:

foonodischeaderht7.jpg

(The blur is just where I merged the first few tracks of the first disc to show the header, and the first tracks from the second.)

Now here's where I ask for help [again].

I have my SCPL arranged by directory structure because my music is only partially organised.

In this example I have a 5 disc Johnny Cash collection located @ Music\Johnny Cash\[1954-1958] Man In Black I\ ... each disc has it's own sub-folder named "Disc" with 01, 02 to 05.

The meta-tags are done up with track number, total tracks, disc number, total discs.

The filename themselves are as so: Johnny Cash - 102 - You're My Baby.mp3 (where 102 is = disc 01 track 02)

Here's a visual:

http://img407.imageshack.us/img407/2152/fo...scheaderht7.jpg

(The blur is just where I merged the first few tracks of the first disc to show the header, and the first tracks from the second.)

My guess is that you're not actually grouping by directory.

The best advice I can give you is to properly tag your files.

Sorry for not really helping. ;)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I gave up on browser ad-blocking extensions a few years ago, replaced them with Adguard. Not perfect but overhaul is a nice app that does the job on both Windows and Android with the respective versions.
    • Glary Utilities 6.43.0.47 by Razvan Serea Glary Utilities offers numerous powerful and easy-to-use system tools and utilities to fix, speed up, maintain and protect your PC. Glary Utilities allow you to clean common system junk files, as well as invalid registry entries and Internet traces. You can manage and delete browser add-ons, analyze disk space usage and find duplicate files. You can also view and manage installed shell extensions, encrypt your files from unauthorized access and use, split large files into smaller manageable files and then rejoin them. Furthermore, Glary Utilities includes the options to find, fix, or remove broken Windows shortcuts, manage the programs that start at Windows startup and uninstall software. All Glary Utilities tools can be accessed through an eye-pleasing and totally simplistic interface. Glary Utilities 6.43.0.47 changelog: Optimized Memory Defrager: Optimized the clipboard cleaning algorithm, increasing speed by 5%. Optimized Wipe Free Space: Optimized the free space wiping algorithm, increasing speed by 8%. Minor GUI improvements. Minor bug fixes. Download: Glary Utilities 6.43.0.47 | 27.0 MB (Freeware) Download: Portable Glary Utilities | 32.3 MB View: Glary Utilities Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • "Of course the easiest solution is to switch to uBlock Origin Lite if you want to remain on Chrome, as it is MV3-based, but from our experience, uBO Lite does not seem to be as good as the original non-Lite version" In my experience uBlock Origin Lite does the job for normal everday home users. When they kill that we get to watch Firefox and Brave get a boost in user market share.
    • Block by DNS ad blocker! I dare you! I will even layer unlock Origin, on top of my internal DNS, if I need to and I don’t even block ads today (I really should but this type of behavior makes me angry). I suppose I could also just be lazy, and add the flags myself, back to each release (it wouldn’t be that difficult).
    • Wonder what MPs have ties to these privacy/verification/data harvesting companies that are going to step in this time. Last time under the Tories half the cabinet had fingers in the pies, heck even the PM and his wife at the time was working for silicon valley, probably made a fortune.
  • Recent Achievements

    • Week One Done
      skylerssviv earned a badge
      Week One Done
    • One Month Later
      mobmobiles earned a badge
      One Month Later
    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      500
    2. 2
      PsYcHoKiLLa
      219
    3. 3
      ATLien_0
      92
    4. 4
      +Edouard
      91
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!