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

    • Movavi Video Editor Plus 26.17.0 by Razvan Serea With Movavi Video Editor Plus, you can either enhance your video files with two or three simple steps, or turn them into something completely new. Create your own movies using multiple filters, transitions, and special effects: show multiple videos on one screen with the Picture in picture effect or change the background with the Chroma Key effect, imitate the camera zoom or make your video look like an old-style movie. Adjust video parameters such as brightness, contrast and colors. Stabilize shaky footage, improve video quality and remove defects. Create video presentations, tutorials or educational videos: add titles and record your own narration to create a video with voiceover. Import video from any source: TV-tuner, webcam, camcorder, or VHS. Drop multiple media files onto a timeline and let your imagination do the rest! Features at a glance: Video and audio editing on a timeline Edit, enhance videos Add background music Apply titles and effects Image quality improvement Hollywood-worthy effects High-grade titles and fades Digitize VHS tapes, record video from TV tuners Stabilize any shaky sections Support for a wide range of formats Prepare your videos for uploading to YouTube, Facebook, Vimeo, or any other website New in Movavi Video Editor 2026: 30+ fresh subtitle styles. Upgrade your automatic captions with new designs. Customize your text in the Styles tab with a single click. Optional advanced settings are also available in the dedicated Design tab. Subtitles in English – instantly! Translate auto-subtitles into English with a click – no dictionaries or online services needed. Once translated, configure and fine-tune the subtitles using the standard editing tools. 40+ adjustable effects. Enhance your videos in a click with new realistic effects – from dust particles and light leaks to retro-style and VHS. Every effect is fully customizable – so it will fit any clip perfectly and bring an extra spark to your edits. Ultra-fast playback. Show more in less time with video speed control of up to 100x. Perfect for epic time-lapses, long process recaps, or whenever you want to add some extra energy to your content. Magnetic zones are marked with dots, and the 1x value is indicated by a vertical line. Silence removal – in a click. Cut out unwanted pauses automatically or fine-tune the pause length and volume threshold yourself. Skip the tedious cleanup and make your videos more dynamic. Fast effect copying. Effortlessly duplicate any effect from one video to another: click Clip effects in the dropdown menu and proceed to copy or paste. Movavi Video Editor Plus 26.17.0 changes: A new set of subtitle styles Check out the latest drop of ready-made subtitle styles with active word highlighting – fully designed and ready to use. Each one has its own vibe, so you can quickly find the perfect match for your video. Give them a spin and pick your favorite. Download: Movavi Video Editor Plus 26.17.0 | 2.7 MB (Shareware) View: Movavi Video Editor Plus Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • "New" Outlook has themes and colours and all sorts of visual customizations not just black and white.
    • What a bizarre statement. Why are you against users having choices? Are you against all extensions or just ad blocking? What about extensions to alter the W11 start menu to suit user preferences. Are you against those?
    • Honestly, I've been using the Lite version for a couple of months now, and it's been working well for me in my daily life. So much that I don't even miss the original version.
    • I use classic for reliability. Dark grey is vastly better than the all black or all white of new outlook.
  • 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
      501
    2. 2
      PsYcHoKiLLa
      230
    3. 3
      +Edouard
      98
    4. 4
      ATLien_0
      91
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!