Recommended Posts

hello Br3tt!

first thing first! man Ibiza is just OMG great! wonderful!

but i have some issues with covers...

i have most of them in my specified folder on hd (G:\foo\covers\%artist% - %album%.jpg)

some are in albums folders like folder.jpg and those are working...

i've tried to solve this by myself but i can't make it working!

$if($findfile($replace(%path%,%filename_ext%,folder.jpg)),
	$puts(cover.path,$directory_path(%path%)/folder.jpg)
,
	$puts(cover.path,./images/ibiza/cover/nocover.png)

				$puts(cover.path,'G:\foo\covers\'%artist%' - '%album%'.jpg')
)

this is from playlist and works fine! both!

the problem is here:

$draw_image(25,48,$eval(%gb_width%-41),$eval(%gb_width%-41),'./images/ibiza/cover/nocover.png',255,nokeepaspect)
$draw_image(25,48,$eval(%gb_width%-41),$eval(%gb_width%-41),$replace(%path%,%filename_ext%,folder.jpg),255,nokeepaspect)

and here:

$puts(cover.path,$directory_path(%path%)/folder.jpg)
$puts(artist.path,Z:\_artists_\%artist%.jpg)

i don't know how and where i have to put my covers path...

i've tried to make it like in playlist but it doesn't work...

please help me

regards

  • 2 weeks later...
  • 4 weeks later...
  • 4 weeks later...
Hi Br3tt, your config rocks :punk: but i've experienced some troubles on how to show @ window titlebar the name/time of the song played, dunno why but since last update it shows nothing...got you any idea why? Thanks!

Goto Preferences --> Display --> ColumnsUI --> Main-Tab

there is a field captioned: "Main window title format script:"

Currently there is:

//This is the default script for the title of the main window during playback.

//%artist% - %title% - %_time_elapsed% / %length%

Remove the "//" in the second line or if the field is empty, enter the second line there (obviously without the "//" in front of %artist%)

Regards

MiDiAN

Goto Preferences --> Display --> ColumnsUI --> Main-Tab

there is a field captioned: "Main window title format script:"

Currently there is:

//This is the default script for the title of the main window during playback.

//%artist% - %title% - %_time_elapsed% / %length%

Remove the "//" in the second line or if the field is empty, enter the second line there (obviously without the "//" in front of %artist%)

Regards

MiDiAN

Thanks so much for your fast reply MiDiAN, it worked flawlessly :yes:

Hi Br3tt.

I used your new release for a while last night and it looks great. I've got one question though. The alphabet that is listed at the top of screen, can you use to chaange the playlist position without changing the song? The only way I could get it to work was to double click which starts playing songs from the chosen letter. Ideally I'd like to single click, be taken to the letter, then choose a song.

I've probably missed something though :p

Hi Br3tt.

I used your new release for a while last night and it looks great. I've got one question though. The alphabet that is listed at the top of screen, can you use to chaange the playlist position without changing the song? The only way I could get it to work was to double click which starts playing songs from the chosen letter. Ideally I'd like to single click, be taken to the letter, then choose a song.

I've probably missed something though :p

just right-click on the alphabet (it is a graphical browser panel) --> settings, and modify action for single click from 'none' to default' !!!

i have disable it because it lags a lot on large playlists !!! so take care :)

  • 3 weeks later...
  • 3 weeks later...
When I import the fcl file, it says

"The layout import was aborted because the following required panels are not installed.

Name:Track info

GUID:44E5327B-92FF-4BD7-81BD-0365B921D461"

The dll file foo_uie_trackinfo_mod is in the components folder.

Are you sure you have the correct version of the dll?

Hi:

I've and tried a lot of things, but can't get the covers working...

first..i was using panels ui, so i need to know if dynamic location of the art is supported with this config.

For example, with my previous config in panels, i loaded dynamically the art location in the coverPath variable, like this:

$puts(coverPath,$if3(
 $if($fileexists($replace(%path%,%filename_ext%,front.jpg)),$replace(%path%,%filename_ext%,front.jpg)),
 $if($fileexists($replace(%path%,%filename_ext%,folder.jpg)),$replace(%path%,%filename_ext%,folder.jpg)),
 $if($fileexists($replace(%path%,%filename_ext%,*.jpg)),$replace(%path%,%filename_ext%,*.jpg)),
 $if($fileexists($replace(%path%,%filename_ext%,*.bmp)),$replace(%path%,%filename_ext%,*.bmp))))

i've tried the same idea here (with the obvious adjustments), but it won't work. Also i noticed that the cover.path variable is defined in two places( and experimented with both):

- In the Splitter settings shown in the picture of the first post (first line):

$puts(cover.path,$replace(%path%,%filename_ext%,)folder.jpg)

- In the code one gets by secondary clicking>settings, right on the playlist(about the 18th line):

$if($stricmp('FOO_LASTFM',$left(%path%,10)),
	$puts(cover.path,./images/ibiza/cover/nocoverlastfm2.png)
,
$if($fileexists($replace(%path%,%filename_ext%,folder.jpg)),
	$puts(cover.path,$directory_path(%path%)/folder.jpg)

   ,
	$puts(cover.path,./images/ibiza/cover/nocover.png)
   )

)

Any advice?

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

    • No registered users viewing this page.
  • Posts

    • AMAZON needs to take total accountability for this.
    • Server Summit had a heap of announcements, ADCS changes are baller.
    • Nice, hope they *finally* fixed the issue with the NTFS driver where the system would completely brick during large file copies using the built in driver. It's been broken for years requiring me to use the older, slower, NTFS-3G FUSE driver.
    • Windows 11 KB5094126 BSODing, freezing, forcing BitLocker lockout, breaks OneDrive, and more by Sayan Sen Microsoft released Windows 11 KB5094126 and KB5093998 last week as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. While Microsoft has so far not acknowledged any major problems with the release, some users online are running into problems. These range from OneDrive and Dropbox access issues, BitLocker recovery lockouts, to blue screens and BSODs. The most common one seems to be happening with HP systems wherein affected users say they hit 0xc0430001 BSOD (blue screen of death) error code after the KB5094126 update. We wonder if this could be related to the recent bug we covered on HP devices wherein the ongoing Secure Boot certificate updates are leading to similar issues. While we are not certain, users affected by this issue likely need to ensure that the boot.stl file is included on the installation media (such as a USB installer or ISO), if the above-mentioned dynamic updates are deployed. If this file is missing, computers may fail to boot from the installation media and could display the error 0xc0430001. This STL file is used by Secure Boot to verify that the boot files are trusted, so it must match the same Windows version and system architecture. To ensure the file is included, Microsoft recommends using the Update WinPE script, which automatically updates the image and handles the required files. Alternatively, you can manually copy the boot.stl file from the Windows\Boot\EFI folder on a Windows device and place it in the matching folder on your installation media before deploying the updated image. Aside from blue screening some users also note their systems have been freezing following the update. This could be happening to Lenovo PCs specifically. In the case of the OneDrive and Dropbox access issues, a user figured out that there could be a conflict with UAC. He explained: "Okay, so I did some digging, and in our environment KB5094126 breaks OneDrive and Dropbox in Explorer. I went through all our GPOs and found out that the combination of disabling UAC and having my user being a local admin breaks OneDrive in Explorer. ... If I enable UAC again, then it works, even with KB5094126 still installed." Hopefully, Microsoft will look into these issues. Source: Microsoft forum (link1, link2, link3, link4), Reddit (link1, link2, link3, link4)
    • It is when it's a desktop in my house though for a PC that's lightly used and not really important when it is. If it was a laptop, it would be a different story. The real solution is varied and begins starting at post #22 in that thread.
  • Recent Achievements

    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      508
    2. 2
      +Edouard
      197
    3. 3
      PsYcHoKiLLa
      138
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      80
  • Tell a friend

    Love Neowin? Tell a friend!