Recommended Posts

Thanks again dawxxx666, I didn't have foo_playback_custom installed :o

And btw maybe you could make this:

53378a_5ffdc3a.jpg

so that users won't have to choose between ratings and playcount?

... And playcount still erases embed lyrics :(

Edited by Potatoz

I haven't noticed it even with foo_playcount_mod... all my tags remain intact. they only change from ID3v2.3 to ID3v2.4 and some apps and players don't recognize that format well. could that be the problem?

Alright I've almost got this configured to how I like it. I'm still getting used to foobar's intents on using playlists for everything, whereas when I used iTunes previous to this it would just play everything out of one main library window.

I've unhidden the title bar, and set it to 'unmaximized' which allows the miniplayer to display properly after a minimize. I've used the foo_notaskbar.dll to hide it from the taskbar, giving the same effect as if it were minimized. This is highly important to me since if you minimize foobar with PanelsUI at all, when the song changes the title bar and system tray tooltip don't update to reflect it. This way, the window isn't actually minimized but is still hidden from sight. I've also incorporated the supposedly "banned" components foo_fullscreen.dll and foo_snap.dll, which work a treat. foo_snap keeps the foobar window pinned to the edges of the screen more cleanly, which makes it easier to position my miniplayer in the top-left corner. With foo_fullscreen, I've set the shortcut key to Alt+Enter (keeping with most other media players), so when I want to use foobar's full view I click on the system tray icon to focus it, then hit Alt+Enter to bring up the maximized screen. Then I just use Alt+Enter to go back to miniplayer mode, but I've found that the focus needs to be in the currently active playlist to activate the shortcut key properly.

In case I need to use the min/max buttons designated in the top right corner, I've set the pseudo-maximize button to expand to my screen's width/height instead of the default 700x550 (or whatever it was). But I avoid using these buttons as they mess with the above mentioned method.

One other thing, I still haven't got Library Filter working -perfectly- but I have managed to get Artists to expand done only to the album covers. It's not completely elegant and definitely needs further tweaking, but it functions as expected. Go to your library filter panel, rightclick > settings > choose Album-Artist. You need to comment out this code as shown. The lines that are not commented shouldn't be commented.

//$if(%_expanded%,
//	$drawrect($ifequal($getpvar(ArtistScale),1,87,111),4,74,74,pencolor-120-120-120 brushcolor-null)
//	$if($fileexists($getpvar(MyCoverPath)),
//		$imageabs2(72,72,,,,,$ifequal($getpvar(ArtistScale),1,88,112),5,$getpvar(MyCoverPath),NOKEEPASPECT)
//	,
//		$imageabs2(72,72,,,,,$ifequal($getpvar(ArtistScale),1,88,112),5,images\fooAVA\LF\nocover.png,NOKEEPASPECT)
//	)
//	$imageabs2(72,72,,,,,$ifequal($getpvar(ArtistScale),1,88,112),5,images\fooAVA\LF\smoke.png,NOKEEPASPECT alpha-150)
//,
	$drawrect($ifequal($getpvar(ArtistScale),1,87,111),4,$eval(%_height%-8),$eval(%_height%-8),pencolor-120-120-120 brushcolor-null)
	$if($fileexists($getpvar(MyCoverPath)),
		$imageabs2($eval(%_height%-10),$eval(%_height%-10),,,,,$ifequal($getpvar(ArtistScale),1,88,112),5,$getpvar(MyCoverPath),NOKEEPASPECT)
	,
		$imageabs2($eval(%_height%-10),$eval(%_height%-10),,,,,$ifequal($getpvar(ArtistScale),1,88,112),5,images\fooAVA\LF\nocover.png,NOKEEPASPECT)
	)
	$imageabs2($eval(%_height%-10),$eval(%_height%-10),,,,,$ifequal($getpvar(ArtistScale),1,88,112),5,images\fooAVA\LF\smoke.png,NOKEEPASPECT alpha-150)
//)

Then go to File>Preferences>PanelsUI>Library Filter>Select 'Artist' from the dropdown box.

Select the line that has something to the effect of 'discnumber track number title'. Delete this line by clicking 'Delete' on the right hand side of it, then click Close. You're done.

Anyway you can play around with that. Thanks for the best layout I've ever seen dawxxx! Looking forward to the next version with the 'CD cases' graphic!!

I was trying to organize my playlist and was messing around in the Sort/Group By menu to arrange my playlist, and I think in the Edit option I clicked or changed an option and now it changed the appearance of the player a bit

foobar2.jpg

Is how it looked

foobar4.jpg

Is how it is now, I want it back to the original way.. what do i do?

I think what you've done is set to sort/group by Track, as opposed to Artist / Date / Album as what you had before. To rectify this:

Right click on your playlist > sort/group > none.

Then do the same again, but instead of 'none', select Artist / Date / Album.

^^

If you were referring to aesthetic differences, my eyes can't spot them atm. ^^;

Edited by Vivek1984

I had a little bit problem here:

First I can only play the music files in this mmm visual style:

foobar1hh2.jpg

And if I choose this:

foobar2pe9.jpg

I can't play anything and I see those bars at the upper part showing the way I want to see the play list...

Is there a way to remove those and just leave the playlist and a way to be able to play the songs in that configuration???

First I want to thank dawxxx666 for his effort for making and generosity for sharing such a nice mod :yes:

Secondly, I'd like to ask if anyone experienced (random) playback problems on Vista (and if you could help me solve them)?

AVA 1.03+ was running perfectly on XP and, when I installed Vista, I just copied (the previously backed-up) foobar2000 folders from Program Files and Application Data to the new locations.

All was the same (settings etc.) and fine as on XP, but after some playing time problems started occurring randomly :(

Once it just breaks during moving on to next song, once while selecting some song from the playlist manually etc.

When the error comes, I get these notifications:

image1.gif

image2.gif

image3.gif

Any ideas what I can change to fix this?

Hi there, I love your skins dawxxx666, but I listen mostly to Asian music, and I can't get to read Japanese/Chinese/Korean characters in version 1.03, instead, I only see boxes. What can I do to fix this? Thanks in advance.

Dude! font that used in config don't support any encoding except english :)

So if you want to see Japanese/Chinese/Korean characters just change fonts in config manually ;)

Dude! font that used in config don't support any encoding except english :)

So if you want to see Japanese/Chinese/Korean characters just change fonts in config manually ;)

Default settings displayed my Japanese music files just fine without having to change anything at all...

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

    • No registered users viewing this page.
  • Posts

    • Turbo Pascal was my first real programming experience more than 30 years ago at university. I mostly taught myself from the included examples and help documentation, because the university only taught the basic syntax and philosophy of Pascal, without going deeply into Turbo Pascal’s advanced features. I still remember when I discovered that I could embed assembly language directly into Pascal code, call BIOS functions, manipulate screen memory, use mouse interrupts, and control peripherals from my programs. That opened huge doors for me. Programming back then felt really fun, direct, and close to the machine. What I loved about Pascal was its readability and the almost instant compile time. Turbo Pascal was an amazing environment, but unfortunately Turbo Pascal for Windows 3 did not feel like it fully carried that legacy forward. Later, Delphi got things back on the right track after the messy transition to TP for Windows. Sadly, Delphi suffered from years of uncertainty as it moved from Borland to CodeGear and then to Embarcadero. That instability made many developers lose confidence in it, even though Delphi itself remained a powerful and productive tool. I still work with Delphi from time to time, but I definitely miss the old days of Turbo Pascal.
    • I hope this encodes in to AV1 or AV2 as currently tiktok uses h265 and h264.
    • Qualcomm reportedly in talks to build custom video chips for TikTok parent ByteDance by Karthik Mudaliar Qualcomm is reportedly in advanced discussions to provide custom chip-design services to Chinese tech giant ByteDance, the same company behind TikTok. According to a report from Reuters, Qualcomm could be involved in designing custom silicon tailored for ByteDance's massive data-center workloads. If it goes through, the deal would make ByteDance one of Qualcomm's early anchor customers for its fastly growing custom chip-design division, For years, Qualcomm was the king of making smartphone processors and modems. The company has also been moving into the PC ecosystem and other formats such as on-device AI for Android XR headsets. However, this particular deal is about Qualcomm's custom Application-Specific Integrated Circuits (ASICs). For a platform like TikTok, ByteDance needs hardware that can help it ingest, process, and serve billions of short-form videos daily. Generalised hardware is no longer the most cost-effective and efficient route, which is why ByteDance is trying to develop custom Video Processing Units (VPUs). VPUs designed specifically for ByteDance’s algorithmic needs could drastically reduce data-center power consumption and improve encoding speeds at an unprecedented scale. The underlying tech behind these processors is actually from Qualcomm's recent acquisition of AlphaWave Semi, a high-speed connectivity specialist company. By combining AlphaWave’s high-bandwidth IP with Qualcomm’s architectural expertise, the company could begin mass production by the end of 2026, if the talks go through. All this also comes at a time when U.S.-China tech relations have dwindled. Escalating trade frictions between Washington and Beijing have severely impacted the export of high-end AI chips from U.S. firms like Nvidia, AMD, and Lam Research. Yet, the Qualcomm-ByteDance discussions show that U.S. tech companies are still actively seeking growth avenues and are open to doing business with China, where regulators still permit. Reuters notes that the outcome of this deal could be uncertain, and ByteDance might also seek partners other than Qualcomm. via Reuters | Image via DepositPhotos.com
  • Recent Achievements

    • One Year In
      OHI Accounting earned a badge
      One Year In
    • First Post
      Almohandis earned a badge
      First Post
    • Rookie
      DaviKar went up a rank
      Rookie
    • Dedicated
      HidekoYamamoto94 earned a badge
      Dedicated
    • One Month Later
      timbobit earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      461
    2. 2
      +Edouard
      169
    3. 3
      PsYcHoKiLLa
      119
    4. 4
      Michael Scrip
      82
    5. 5
      Xenon
      69
  • Tell a friend

    Love Neowin? Tell a friend!