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 have not even heard of that game. will take a look
    • Chasys Photo 5.41.01 by Razvan Serea Chasys Photo is a suite of image editing applications including a layer-based image editor with adjustment layers, linked layers, timeline and frame-based animation, icon editing, image stacking and comprehensive plug-in support (Chasys Photo Editor), a fast image viewer (Chasys Photo Viewer) and a fast multi-threaded image file converter (Chasys Photo Converter) , with RAW image support in all components. It supports the native file formats of several competitors including Adobe Photoshop, Affinity Photo, ArtWeaver, Corel PhotoPaint, FireAlpaca, GIMP, Krita, Paint.NET, PaintShop Pro and Pixlr, and the whole suite is designed to make effective use of multi-core processors, touch-screens and pen-input devices. Designed under the mantra of “unique, flexible and powerful”, Chasys Photo takes a radically different approach to image editing with the aim of opening up new possibilities for those who dare to be different. Chasys Photo key features: Free-style layering with blending modes Adjustment layers with multiple adjustments per layer Linked layers (a.k.a Linked Smart Objects) Composite, Image List, Frame Animation and Object Animation image modes Animation, both frame-based and object-based (timeline animation) Animation Composer engine Image Stacking for noise reduction, super-resolution, etc. Tablet/Pen-input/Stylus support with pressure control Touch-screen support with gestures including pitch-to-zoom and multi-finger panning Support for the native formats of Adobe Photoshop, Affinity Photo, ArtWeaver, Corel PhotoPaint, FireAlpaca, GIMP, Krita, Paint.NET, PaintShop Pro and Pixlr Support for common formats such as JPEG, animated PNG, animated GIF, TIFF, PICT, WebP, HEIF, DDS, JPEG-2000, JPEG-XR, JPEG-XL, AVI video, etc. Support for the OpenRaster interchange file format and rare formats such as QOI, MNG/JNG and DPX Support for older formats such as PPM/PGM/PBM, PCX/DCX, PCD, TGA, COKE, etc. Comprehensive Camera RAW file support with live adjustment Extensive plug-in support with streamlined SDKs Support for Photoshop Filter Plug-ins (.8BF) Advanced printing and scanning engines PDF document generation Icon and cursor editing, import and export, including Vista-style and Mac-OS icons Screen Capture, including Video Screen Capture with multiple triggering modes Video capture from devices (e.g. TV/Video) Supports multi-core processors, High-DPI displays and Multiple Display setups Integrated File Browser, Bluetooth OBEX and in-built utilities (Calculator, Notepad) Shell integration with thumbnails and conflict detection Unlimited Undo/Redo and Asynchronous Auto-Save, with Just-in-time memory compression to save space Fully re-editable text with advanced styling and effects (TextArt) Full alpha channel through out the workflow with Alpha protection (a.k.a. transparency protection) Multiple language support with user-editable language files and translation assistant (Chasys Photo Language Studio) Anti-aliasing and super-sampling support in tools and paths* Smart-resizing (similar to seam-carving) Best-in-class post-edit heuristics anti-aliasing engine Physical measurement specification with display size detection via EDID Uses the latest CD5 specification with animation and multi-resolution Super-fast internal graphics engine (JpDRAW2) Full UNICODE support in all components Metadata save, restore and scale to imitate vector art Configurable Guides and Grids with Snap-to-Grid Smart-dither to custom palette Asynchronous preview rendering engine Pantone equivalent palettes for PMS 100 to 814-2x Automatic color naming ... and many more! Chasys Photo 5.41.01 changelog: New Features Layered images with multiple pages (Composite/Multi-page) Additional templates to support template-centric workflow New Layer Blend Mode: Inverse Luma Mask Horizon detection in Rotate Transform Cropping option when importing video Orientation options in QR Code Generator plug-in Solved angle ambiguities (CCW versus CW) Internal Improvements Improved graphics engine (JpDRAW2™ v26.05) Improved CD5 codec (v4.10, improved ACSC compression) Improved interpolation when downsizing images Improved motion detection in Video Capture Slightly lower memory usage (RAM is getting expensive!) File Support and Bug Fixes Improved PXZ file support (placeholders, blanks) [bug-fix] Memory leak in flt_JPEG.dll Download: Chasys Photo 5.41.01 | 46.1 MB (Freeware) View: Chasys Photo Home Page | Wikipedia Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • We don't need stars for the word, just use the word "CSAM"
    • If they want to do business in the UK then they can't ignore it. thats why Imgur pulled out of the UK
    • Most of UK Gov are involved in pedophelia and satanic cults/rituals aka epstein mossad agent.
  • Recent Achievements

    • 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
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      508
    2. 2
      PsYcHoKiLLa
      220
    3. 3
      ATLien_0
      92
    4. 4
      +Edouard
      89
    5. 5
      Steven P.
      83
  • Tell a friend

    Love Neowin? Tell a friend!