Recommended Posts

First, thanks for the new release which is really incredible.

I also do not have buttons on the mini player mode on Vista 64, and also the button allowing to hide the scrollbar, add folders... on the normal player. Those buttons works but do not display, which are pretty annoying.

gently-cz

I'll help U with the code but first specify where exactly U want the ratings stars to appear. U could also post the code here

(only fragment that displays rating stars). Or U could think by Urself and write the code. So here's a little tip for U:

try to use $calcwidht() and $calcheight() functions. If U fail post reply. I'll try to write some code for U...

larryTM

RMB at Library Filter and Settings -> Display formats -> artist. Find this part of code:

$if($fileexists($getpvar(MyArtistPath)),
		$imageabs2($ifequal($getpvar(ArtistScale),1,71,95),71,,,,,5,5,$getpvar(MyArtistPath),NOKEEPASPECT)
	,
		$imageabs2($ifequal($getpvar(ArtistScale),1,71,95),71,,,,,5,5,images\fooAVA\LF\noartist.png,NOKEEPASPECT)
	)

and change two values 95 (width) and 71 (height, second appearence of this number in code) accordingly to Ur needs

larryTM

RMB at Library Filter and Settings -> Display formats -> artist. Find this part of code:

$if($fileexists($getpvar(MyArtistPath)),
		$imageabs2($ifequal($getpvar(ArtistScale),1,71,95),71,,,,,5,5,$getpvar(MyArtistPath),NOKEEPASPECT)
	,
		$imageabs2($ifequal($getpvar(ArtistScale),1,71,95),71,,,,,5,5,images\fooAVA\LF\noartist.png,NOKEEPASPECT)
	)

and change two values 95 (width) and 71 (height, second appearence of this number in code) accordingly to Ur needs

Thank you dyniaq for your answer.

I tried this (I want 102x85) but nothing changed :

$if($fileexists($getpvar(MyArtistPath)),
		$imageabs2($ifequal($getpvar(ArtistScale),1,85,102),71,,,,,5,5,$getpvar(MyArtistPath),NOKEEPASPECT)
	,
		$imageabs2($ifequal($getpvar(ArtistScale),1,71,95),71,,,,,5,5,images\fooAVA\LF\noartist.png,NOKEEPASPECT)
	)

The "noartist.png" image you can see under mine is 71x95, as we can see in this code. Is it right ?

I scaled mine to 71x95 and it doesn't match.

Wher have I done something wrong ?

post-246257-1201294372.png

Edited by larryTM

I thought my clues was quite clear but... Here's the code:

$if($fileexists($getpvar(MyArtistPath)),
		$imageabs2($ifequal($getpvar(ArtistScale),1,85,102),85,,,,,5,5,$getpvar(MyArtistPath),NOKEEPASPECT)
	,
		$imageabs2($ifequal($getpvar(ArtistScale),1,85,102),85,,,,,5,5,images\fooAVA\LF\noartist.png,NOKEEPASPECT)
	)

Hey guys. Love the skin and great work as usual. I am having a couple problems though.

I cannot for the life of my figure out how to get rid of the scroll bar?

Also, The lyrics will not show up by themselves. Is it because I have more then one lyric component?

I usually have to do a online search for it then download and save it then it will work.

Anyway for it to fetch lyrics by itself?

gently-cz

I'll help U with the code but first specify where exactly U want the ratings stars to appear. U could also post the code here

(only fragment that displays rating stars). Or U could think by Urself and write the code. So here's a little tip for U:

try to use $calcwidht() and $calcheight() functions. If U fail post reply. I'll try to write some code for U...

I tried what you suggested, but got lost on the way.

I want the rating just where it is in the screenshot. now its made with abs position, so when i resize it it moves somewhere else and is not centered like the others

here is the part from config with rating. I managed these abs values, but Im really lost with the relative.

Really thanks a lot for your help Dyniaq

/Rating

$imageabs2(57,13,0,0,0,0,$sub(%_width%,280),640,images\fooAVA\rating_stars24\$if(%rating%,$ifgreater(%rating%,5,5,%rating%),0)s1.png,)

$imagebutton($sub(%_width%,279),640,images\fooAVA\rating_stars24\sblank.png,images\fooAVA\rating_stars24\$ifgreater(%rating%,0,0s_h.png,1s_h.png),$ifequal(%rating%,1,TAG:SET:rating:0,TAG:SET:rating:1),TOOLTIP,****)

$imagebutton($sub(%_width%,268),640,images\fooAVA\rating_stars24\sblank.png,images\fooAVA\rating_stars24\$ifgreater(%rating%,1,0s_h.png,1s_h.png),TAG:SET:rating:2,TOOLTIP,Not bad)

$imagebutton($sub(%_width%,257),640,images\fooAVA\rating_stars24\sblank.png,images\fooAVA\rating_stars24\$ifgreater(%rating%,2,0s_h.png,1s_h.png),TAG:SET:rating:3,TOOLTIP,Good)

$imagebutton($sub(%_width%,246),640,images\fooAVA\rating_stars24\sblank.png,images\fooAVA\rating_stars24\$ifgreater(%rating%,3,0s_h.png,1s_h.png),TAG:SET:rating:4,TOOLTIP,Very good)

$imagebutton($sub(%_width%,235),640,images\fooAVA\rating_stars24\sblank.png,images\fooAVA\rating_stars24\$ifgreater(%rating%,4,0s_h.png,1s_h.png),TAG:SET:rating:5,TOOLTIP,Mega hit)

)

thank you dawxxx for finally trying out foobar, bets skin i've seen

Fisrt, i just started to use foo, there isn't much i like to change about fooava, it's about perfect for my needs

Question i want to ask, when i'm playing various albums, i would like to see the artists in my titleformat - playlist view (library view)

My guess is that now i have something like %tracknumber%. %title% %playcount%

How can i change that to %tracknumber% %artist% - %title% %playcount% ?

For all albums, not just various

thx

OK, first of all..dawxxx666...BIG THNX for this wonderful work and most complete "Finish" for Foobar.

I never used Foobar before but this day i see your work and now it is my First Player. Thanks Thanks

and big respect to you.

Other thing, my english is not the best :( and i test all what i found in Preferences but i can't see a Cover/Albumart for my Songs

and i can't found a Option for Search automatically Cover" or other?!?

Example, in CDA CD Art Display is a Button (Search Cover) and a Folder for that.

In your Config i miss this.

Is there a Trick to add Covers? Must i add Covers manuell per Hand?

Please help me.

Best thanks and have a nice Day @all.

Okay I'm trying this kind of customized foobar for the first time and so far I'm liking it quite a lot. But for me there's a little problem and that is the fonts that I can use don't show korean letters. So I'm asking is there anyway for me to change to a font that does or do I need to change back to my original foobar config?

actually forget that, should have searched first..

Edited by Amoz

Hi, very good work! I love it!

For those who have the problem of no buttons in vista 64 there are some parts of the code to change :

First of all, go to the mini player mode, right-click>settings.

Then, you will be able to change some things in the wonderful work of dawxxx666

Find the part called :

/////////////////////////////////////////////////////

// PerTrack

$ifequal($getpvar(MiniMode),1,

$puts(bordx,48)

$puts(bordy,5)

$puts(lgcover,101)

$puts(xoffset,110)

Then, you will see some lines with links to pictures like that :

$imageabs2(0,0,0,0,0,0,0,0,\images\fooAVA\mini\pause+2.png,alpha-255),

you will recognize them with the term "mini" in the adress

The only thing to do is to delete the "\" in the adress.

Buttons will appear!

That's all!

PS : excuse my english cause I'm french

Thanks for your tip Danxter, it worked great, I did that every single time I saw /images, since I had no buttons on mini mode but also I had not the buttons like the one allowing to reduce the scroll bar.

For my part, the settings remain correct even if I close foobar.

So once again, thanks, now it is really perfect.

First would like to say awesome skin been using it for quite some time now.

But there is one problem i don't like about the new skin is the way the play list is sorted for some reason all my mixed cds like Ministry of Sound cds are all over the place like so in the picture below.

Click here for image

How can i get it back to how it use to be or even get all my mixed artist cds to work with this new playlist view.

any help would be awesome.

So, it's good I had just to launch the soft in "admin mode". All is good now :)

Except one point : when I launch Foobar2000 into miniplayer mode, the button is the pause one and when I click it, it doesn't launch play. In the same idea, when it's playing the displayed button is the play one and when it's paused, the pause one is displayed.

It would me more logical that when it's playing, we click the pause button to pause.

But there is one problem i don't like about the new skin is the way the play list is sorted for some reason all my mixed cds like Ministry of Sound cds are all over the place like so in the picture below.

You need to add Album Artist to tags. For example for the ministry of sound albums, Album Artist could be "Ministry of Sound".

footd1.jpg

The cut off text makes me a sad panda.. It would be cool if next version you could have text scroll if it exceeds the boundary

Edit: Posted wrong picture

That's not really a good idea, cause it will have to check & update & draw title,album,etc every second. and it may not possible to code it to make it act as button like now (click at album will search the same album,ETC) with scroll text.

My suggest is, to reduce text size to fit the line depend on how long the text is. and if it too long, cut it too made it shorter and add a ... or something else behind it and add a padding to not make the text go hit the border. (this apply to button like the artist name) Which I have modded my FooAVA 1.03 (yes.. the old version) to do this and added ability to have my album&artist name act as a button like in 1.04 with scaleable text size depend on how long it is too. (and another thing like ability to show back cover,track number color change depend on play count, ETC and tweak to made it faster & suit my need.)

29458410op0.png

Notice the smaller title text size?

But with a very long name and use a small text size, it may look a bit unbalanced and a bit ugly. But i like it better than to have it cut too short. but of course you can choose minimum text size and how long it will cut.

Edited by BKT
What do U mean? It works fine with me, when i.e. song at first position in playlist is playing and I sroll down to the last one

and then click Show Now Playing fb2k highlight the first one and sroll all playlist to show highlighted song. If this feature doesn't work with Ur fb2k

the reason could be wrong version on some component, probably panelsUI as some ver. could've some bugs with Show Now Playing feature.

iAVA was only a project, maybe abandoned already, need to ask Dawid, which meant to be a light and low resources consuming version.

fooAVA 1.04 is completely different in assumption - it's a little "show off" version which doesn't give a crap about resources. It meant to be nice

and highly functional and user friendly. So... fooAVA 1.04 is NOT compatible with iAVA

It took me some time to answer 'cauz I tried to solve my problem by following the dawxxx666 instructions: same components and so forth. But still, everything works ok except the automatic scrolling when switching from one song to another one in the playlist (typicaly in the shuffle mode when you go from the top to the lower part of the playlist for example). So basically, I have to look at the playlist by myself by using the "show now playing" button. Does someone has an idea?

A pity that fooAva1.04 is not compatible with iAva which was a really nice, original and promising skin.

I have a quick question. I installed fooava and all the necessary components successfully and foobar looks great. However, once I apply the fooava settings I want (from the bottom right settings button):

Such as:

- blue theme

- transparent buttons in titlebar

- album list

- album art panel

- lyric show (autoscroll)

- channel spectrum analyser

- no bottom bar

- w/background mode

- playlist extra info (non)

- sort order (artist / date / album)

It works perfectly at first. But if I close foobar and reopen it, all my changes are lost. I would much prefer if I didn't have to change all these settings every time I open foobar as it is quite annoying. Does anybody know what is going on here? I attempted to change some settings from within the preferences panel, but the changes do not stick, and, honestly, I do not think I know enough about what I am doing.

And my final question is... Do my mp3s have to have an album specified in their tags to be listed under an album art list within my playlist? I have all my artists separted into folders with a Folder.jpg for each (there is no particular album for each artist), but I would like artists to show up as an album would in my playlist. Would I simply need to add a generic album tag to my mp3 files?

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

    • No registered users viewing this page.
  • Posts

    • 7 Days: SPECS for $2,195, Firefox Nova 2026, first AI arts museum, and iPhone price hike by Aditya Tiwari 7 Days is a weekly roundup of picks of what's been happening in the world of technology - written with a dash of humor, a hint of exasperation, and an endless supply of (black) coffee. This week's highlights include Linux 7.1 stable release, Samsung pulling the plug on its VPN, and Microsoft Edge bringing the sign-in with Google experience. Let's get started. You can check out the recent issues of the 7 Days weekly roundup. Mozilla highlights Firefox Nova Mozilla showed off a new Firefox roadmap highlighting the browser's upcoming features and the Nova 2026 redesign. Interested users and enthusiasts can check out what's cooking and share feedback on the upcoming additions. Besides this, Firefox 152 brought Tab Groups to Android as one of its biggest additions, along with a redesigned Settings experience. World's first AI arts museum Image: Google Google opened the world's first AI arts museum in Los Angeles on June 20, which it named Dataland. The museum, spanning 25,000 square feet, was built in collaboration with media artist Refik Anadol, who has worked with Google since 2016. It will have real-time visuals and react dynamically to visitors. Salesforce shopping bag In the latest acquisition news, Salesforce is buying the customer support software company Fin (formerly Intercom) for $3.6 billion to strengthen its AI customer service ambitions and Agentforce platform. The transaction is expected to close in the fourth quarter of its fiscal year 2027. UK follows Australia Prime Minister Keir Starmer announced that the country will ban social media for kids under 16, which is happening after a six-week trial involving 300 teenagers, stating that social media is making them unhappy and easier for bullies to harass and abuse them. Starmer continued that social media is addictive and uses an infinite scroll designed to lock users in for hours. The UK government plans to take action on gaming services and livestreaming platforms. Meanwhile, its age verification rules have also become a hot topic and a point of criticism. Our Features Our coffee-powered team publishes a platter of editorials, opinion posts, and guides. Check them out: Microsoft hides these secret Windows 11 performance boost settings available on every PC Microsoft Paint used to be my favorite Windows app as a kid, and it's still pretty good Why you need to take back control of your synced passwords and how to go about doing that The Microsoft Office feature that time forgot This week in software news Catch up on some of the latest software news updates that arrived throughout the week: Another Samsung shutdown: The South Korean giant is pulling the plug on the Samsung Max VPN app, which is used by more than 50 million users. The app has stopped working since June 15, and Samsung didn't provide a reason for the unexpected move. Photoshop power-up: The popular image editing app is getting a big 20% performance boost on x86-64 (AMD64) systems and a 13% bump-up on Arm devices. Here, the credit goes to a new performance boost added to Windows 11 following a combined effort between Microsoft and Adobe. Linux 7.1 arrives: Linus Torvalds released the stable Linux 7.1 kernel this week, which brings critical driver updates and a rewritten storage driver. You should look out for the new NTFS driver, Intel FRED for improved performance on Panther Lake and future CPUs. Ads in your games: Electronic Arts is launching a new advertising platform to serve in-game ads and enable brands to feature their products in titles like EA Sports FC, Madden, NHL, Skate, or The Sims. With EA Advertising, brands will be able to inject their products into games in real-time via dynamic placement, in places like stadium signage in sports games. Sign in with Google: Microsoft Edge browser is finally getting direct Google account sign-in support from the profile menu and the Edge sign-in screen, allowing users to sync browser data without an MSA. Rufus 4.15 beta: The latest Rufus update is out with important fixes for "silent" Windows 11 installation, patches for ARM-based PCs, and more. Rufus 4.15 beta is now available to download from its official GitHub repository. NVIDIA 610.62: GeForce hardware owners can get their hands on the new WHQL-certified 610.62 Game Ready driver, which carries a lot of bug fixes and support for the fast-paced 6v6 movement shooter Empulse. Zed 1.7.2: The latest update adds "/compact" AI chat summarization, new models, settings kill management, git graph commands, and UI improvements. This week in hardware news Image: Snap Inc. Catch up on some of the latest software news updates that arrived throughout the week: SPECS for $2,195: Snap Inc. launched its new AR-powered wearable computer. SPECS are now available for pre-order and will start shipping in the US, UK, and France later this year. No CMF phone in 2026: The global memory shortage has also knocked Nothing's door and it has decided to hold the launch of CMF Phone 2 Pro's successor this year. That said, Nothing still has planned several new products under the CMF brand. 12th Gen Surface Pro: It's been two years since the original pair of Copilot+ PCs arrived. Now, Microsoft upgraded the lineup with Snapdragon X2-based devices for the 12th-gen Surface Pro, which promises up to 53% faster graphics. New Surface Laptop: The refreshed Surface Laptop is also powered by the Snapdragon X2 Plus and X2 Elite, offering up to 58% faster graphics performance, 80 TOPS Neural Processing Units (NPUs), and up to 20 hours of battery life. HONOR Robot Phone: The Chinese smartphone maker demoed its mobile photography capabilities by capturing its first cinematic video using the Robot Phone concept, which features a 3-axis, 4DoF gimbal that extends from the phone's body for stable recording and real-time subject tracking. Snapdragon Reality Elite Platform: Qualcomm's new platform is a massive leap forward for mixed reality and spatial computing devices. It can power both all-in-one video-see-through headsets and lightweight, tethered optical-see-through glasses, offering better visuals, improved power efficiency, and deeper on-device AI integration compared to the previous generation. Galaxy XR: Samsung's extended-reality handset arrived in the UK months after its launch. It's available for pre-order now and will go on sale on July 8. The hardware remains unchanged, but Samsung has pushed several new updates in recent months. HONOR Watch 6: HONOR also launched its new smartwatch with an incredible 35-day battery life without breaking your bank. The device is made from recyclable aluminum alloy and weighs just 41 grams. Where are the foldables? If you're waiting for Samsung's fresh lineup of foldable devices, you can read Hamid's detailed post about the Galaxy Z Fold8, Flip8, and Z Fold Wide, a passport-style device expected to rival the foldable iPhone. This week in Google News Image: Google Catch up on some of the latest Google and Alphabet news updates that arrived throughout the week: Gemini co-lead departs: Noam Shazeer, who served as VP of engineering and technical co-lead for Gemini, is leaving the search giant for OpenAI. Shazeer is best known as one of the co-authors of the 2017 "Attention Is All You Need" paper, which introduced the Transformer architecture that now powers most LLMs. Waymo recall: The Alphabet-owned self-driving car maker recalled its fifth-generation Automated Driving Systems (ADS) after multiple cars drove through closed construction zones. The NHTSA website said Waymo is currently working on a fix, and freeway driving is being restricted. This week in Apple News Image: Apple Catch up on some of the latest Apple news updates that arrived throughout the week: Tim Cook confirms price hike: The departing Apple CEO confirmed the looming price hikes for Apple's future products without naming any, adding that “Unfortunately, price increases are unavoidable.” Despite having cash and silicon expertise, Apple has no plans to build its own memory and storage factories. An educated estimate suggests customers could end up paying around $1,299-1,399 for the base iPhone 18 Pro. iPhone Air isn't dead: If you were thinking the iPhone Air has lived its life, a new report claims otherwise. The next iPhone Air (codenamed V62) is expected to arrive in the spring of 2027, featuring an additional rear camera for ultrawide photography and improved battery life to address its biggest drawbacks. This week in Meta news Catch up on some of the latest Meta, WhatsApp, and Instagram updates that arrived throughout the week: A long-requested feature: Instagram has finally enabled users to write individual captions for each image or video in a carousel. Rolling out to all users, you can select "Multiple Captions" option from the dropdown while creating a carousel in the app. Threads reaches new milestone: Meta's text-first social media platform crossed 500 million monthly active users. It's now expanding the Communities feature beyond beta, adding a new set of tools to make participation easier and more engaging. This week in AI news Image via DepositPhotos.com Catch up on the latest artificial intelligence news updates that arrived throughout the week: Unreal Engine 6: Epic Games' upcoming engine brings changes to the programming model, portability improvements, and generative AI integration. It focuses on the use of generative AI models and tools like Claude and Codex to play a central role in helping developers "build content faster." Americans and AI: New research suggests that about 49% of American adults use AI chatbots such as Gemini and ChatGPT. However, many are skeptical about the impact of AI on both the personal and societal levels, believing it may be harmful in the long run. Mainframe exit vendors might exit: Gartner predicts in its new report that 75% of mainframe exit vendors, which help companies migrate their legacy mainframe systems to modern cloud environments, will either pivot or cease operations as the market realities take hold by 2030. This week in Microsoft News Microsoft announced Windows 11 version 26H2; confirmed a new bug where the Recycle Bin delete prompts display internal file names instead of actual ones; the latest Patch Tuesday updates seemingly broke some third-party Office integrations. You can check out Taras's freshly baked Microsoft Weekly roundup to catch up on all the interesting stories this week. This week in science news Image by Steve Johnson via Pexels Catch up on some of the latest science and out-of-this-world updates that arrived throughout the week: The end of the universe: A new Cornell study suggests the universe will not expand forever. Because of the negative dark energy, it could stop expanding and collapse into a "big crunch" in 20 billion years. The impact of traffic: Researchers found that urban traffic pollution, specifically nitrogen oxides and fine particles, quickly alters the atmospheric electric field measurably in urban areas. This indicates that atmospheric electricity could become a valuable tool to monitor urban air quality and activity. The light of life: A study revealed that living organisms emit a faint, invisible glow called ultraweek photon emission. This natural light significantly decreases after death and increases during stress, offering a highly promising new method for noninvasive medical health diagnosis. Mysteries of time: A new study suggests that the direction of time is not fixed in certain quantum systems. Standard equations of energy loss remain time-symmetric, which means laws can theoretically run backward or forward. This week in gaming The latest issue of Pulasthi's Weekend PC Game Deals curates several exciting games on sale this week. Epic Games Store is now hosting Robobeat and Citizen Sleeper as free-to-claim titles this week, which you can add to your library. Latest issue of Xbox Free Play Days features four new games: PGA TOUR 2K25, Two Point Museum, Assetto Corsa, and Dead by Daylight. Meanwhile, Xbox Game Pass got another Call of Duty addition, the latest soccer game from EA, an indie road trip hit from last year, and more. Summer sales have made NVIDIA's gaming service cheaper, and it has added support for seven new titles. That said, here are some more stories from the gaming world: Rockstar gives last-gen GTA V players free upgrades tomorrow Major Xbox layoffs may claim South of Midnight developer Compulsion entirely Steam Next Fest returns with thousands of new demos to try out Forza Horizon 6 gets another hotfix for one of the game's online modes Major Xbox layoffs may claim South of Midnight developer Compulsion entirely From the review corner This week, Steven got his hands on the Creative Sound Blaster AE-X internal PCIe sound card, primarily intended for headphone wearers. In the list of pros, it comes with a high-quality headphone amp, low-latency communication enhancements via ASIO v2.3, offers 256-times the audio quality of CDs via DSD256, and has great build quality. On the other hand, it's a bit on the pricier side, only offers stereo output over speakers, and has no EMI shielding. More price drops! We got you covered with some hot tech deals all week. For some reason, if you missed out on a great discount, here is a summary of some recent deals that are still alive: GEEKOM X16 Pro at GEEKOM - $1,119.67 (17% off) Acer 4K Webcam for PC/Mac with All-Metal Unibody Sculpted - $59.99 (14% off) Samsung 990 PRO SSD 2TB - $369.99 (42% off) Nothing Ear Wireless Earbuds Bluetooth - $73.15 (51% off) PowerColor Reaper AMD Radeon RX 9070 16GB - $579.99 (17% off) To view all of our recent deals, click here. So, these were some of the biggest tech news and other updates from this week. There will be more issues of our 7 Days series in the coming weeks and months, so stay tuned. You can also support Neowin by registering for a free member account or subscribing to extra member benefits, along with an ad-free tier option. Have a great weekend!
    • It certainly is a waste of time clicking it if you're not interested in Windows 11's development. If that were the case for you, you could easily ignore the headline and move on given the headline makes it clear that's what the article is about. Instead, you're contradicting yourself here calling it a waste of time yet clicking on the headline and commenting... If it were a totally different topic being presented than what's stated in the headline, then you'd certainly have a point, 'cause that's totally deceptive and unavoidable if not actually interested. On the contrary, here you can totally avoid it if you're truly not interested.
    • No, it did not work. I did not read the article. I saw the title in my Feedly feed and came to continue putting pressure about such titles on a website I used to love. In fact, based on your reply, it seems you think it's fine to visit click bait title articles to find out what it's about, to waste people's time. That's up to you, mate. I remember when news websites had pride in their content and therefore didn't need to resort to cheap tactics.
    • Nothing misleading nor deceptive about it, just sensationalized and catchy to grab reader's attention, and it's clearly working...
  • Recent Achievements

    • Dedicated
      Almohandis earned a badge
      Dedicated
    • Dedicated
      JuvenileDelinquent earned a badge
      Dedicated
    • First Post
      DrWankel earned a badge
      First Post
    • Reacting Well
      DrWankel earned a badge
      Reacting Well
    • Week One Done
      Supreme Spray LV earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      505
    2. 2
      +Edouard
      174
    3. 3
      PsYcHoKiLLa
      83
    4. 4
      Michael Scrip
      76
    5. 5
      Steven P.
      75
  • Tell a friend

    Love Neowin? Tell a friend!