Recommended Posts

Hey I just downloaded foobar2000 cause I saw how great everyone can make it look.

Is there a starting tutorial on how to customise it? Or is it better to trail through all of the threads in this topic.

Thanks.

EDIT:

No worries, I looked through most of the posts. found what I need :) I'm sure there will be many more questions from me in this thread. And can I just say, u guys are pro.

Edited by Twisted Chaz

Really really nice em3! Made my own mod of yours already lol, nothing serious though!

Only problem i have is, it doesn't show the full track title, i looked through the code but couldn't find nothing, any ideas?

Here's mine so far.

foobar07ic5.png

^Maybe there is something wrong with the tagging on your mp3. I've inserted code to cut the text if it's too long (60% of the total trackinfo width) but I don't think that is the issue. I tested a lot to make it work correctly.

Nothing wrong with MP3 tagging, it's all done correctly :( It's really buggin me too! I've tried to change the value of totaltrack info width but no luck :(

Thanks anyways.

Nothing wrong with MP3 tagging, it's all done correctly :( It's really buggin me too! I've tried to change the value of totaltrack info width but no luck :(

Thanks anyways.

Try replacing the beginning of the global code with this. If it doesn't help it's most likely the track trimming that mess up, which I'm rewriting a little as we speak.

// Global
$puts(tracktitle,%artist% - %title%)

Try replacing the beginning of the global code with this. If it doesn't help it's most likely the track trimming that mess up, which I'm rewriting a little as we speak.

// Global
$puts(tracktitle,%artist% - %title%)

No luck i'm affraid :(

^Ok try this. I've rewritten the text trimming code. Replace all // Global code with the code below.

// Global
$puts(tracktitle,
$if($meta_test(artist),%artist%,$substr(%_filename%,1,$sub($strstr(%_filename%, - ),1)))
$if($or($meta_test(artist,title),$strstr(%_filename%, - )), - )
$if($or($meta_test(title),$not($strstr(%_filename%, - ))),
%title%,$substr(%_filename%,$add($strstr(%_filename%, - ),3),$len(%_filename%))))

$puts(freespace,$div($sub(%_width%,38,$calcwidth($get(tracktitle)),$calcwidth(%album%)),2))

$if(%album%,
$ifgreater($get(freespace),14,
$puts(areaWidth1,$add($calcwidth($get(tracktitle)),$get(freespace)))
$puts(areaWidth2,$add($calcwidth(%album%),$get(freespace))),
$puts(areaWidth1,$sub($muldiv(%_width%,60,100),30))
$puts(areaWidth2,$sub($muldiv(%_width%,40,100),10)))
,$puts(areaWidth1,$sub(%_width%,36)))

$puts(charWidth1,$div($calcwidth($get(tracktitle)),$len($get(tracktitle))))
$puts(charWidth2,$div($calcwidth(%album%),$len(%album%)))

Hope you like it.

And now for something completely different :shifty:

Any plans for releasing your Zelda Remix... I'm quite interested ^^

@topic:

minor changes here:

fooplayaaq0.th.jpg

Playlist Dropdown + a few more buttons are above columns playlist, appear on hover!

em3's rating stars btw ;)

^Ok try this. I've rewritten the text trimming code. Replace all // Global code with the code below.

// Global
$puts(tracktitle,
$if($meta_test(artist),%artist%,$substr(%_filename%,1,$sub($strstr(%_filename%, - ),1)))
$if($or($meta_test(artist,title),$strstr(%_filename%, - )), - )
$if($or($meta_test(title),$not($strstr(%_filename%, - ))),
%title%,$substr(%_filename%,$add($strstr(%_filename%, - ),3),$len(%_filename%))))

$puts(freespace,$div($sub(%_width%,38,$calcwidth($get(tracktitle)),$calcwidth(%album%)),2))

$if(%album%,
$ifgreater($get(freespace),14,
$puts(areaWidth1,$add($calcwidth($get(tracktitle)),$get(freespace)))
$puts(areaWidth2,$add($calcwidth(%album%),$get(freespace))),
$puts(areaWidth1,$sub($muldiv(%_width%,60,100),30))
$puts(areaWidth2,$sub($muldiv(%_width%,40,100),10)))
,$puts(areaWidth1,$sub(%_width%,36)))

$puts(charWidth1,$div($calcwidth($get(tracktitle)),$len($get(tracktitle))))
$puts(charWidth2,$div($calcwidth(%album%),$len(%album%)))

Tried it, it's just the same, it seems to be cutting the last word of each track title no matter how long or short the track title is? Apprciate all your hard work though!

Primie.uk

@Primie:

Looks as if it's using ID3v1 tags, they have a maximum length limit..

If your music contains both ID3v1 and v2, try removing the v1 tags.

This may also occur if you have APE tags present (used by replay gain programs, sometimes)

You can change in the foobar preferences whether to use ID3v1 or v2 by default when tagging files (check under the advanced section).

@Primie:

Looks as if it's using ID3v1 tags, they have a maximum length limit..

If your music contains both ID3v1 and v2, try removing the v1 tags.

This may also occur if you have APE tags present (used by replay gain programs, sometimes)

You can change in the foobar preferences whether to use ID3v1 or v2 by default when tagging files (check under the advanced section).

It's already on ID3v2! lol.

Really really nice em3! Made my own mod of yours already lol, nothing serious though!

Only problem i have is, it doesn't show the full track title, i looked through the code but couldn't find nothing, any ideas?

Here's mine so far.

foobar07ic5.png

How do you show the total number of tracks?

em3: Looks great, if I hadn't just set up a config I really liked then I'd switch...

Here's mine, the code is all on hydrogenaudio.

361312042_a5e21e08fe_m.jpg

[Click to enlarge]

Does anyone know how to fix the problem with songtitles overlapping the track length?

If you use

$alignabs(X,Y,w,h,H,V)%title%

text should be cropped correctly

Hope that works!

From foobar wiki:

X & Y

Specify the position of the bounding rectangle (can be a negative value).

(W)idth & (H)eight

Specify the bounding rectangle for the text.

H & V

Specify the alignment as above.

edit: sorry for that big codebox, can't get it smaller....

Really really nice em3! Made my own mod of yours already lol, nothing serious though!

Only problem i have is, it doesn't show the full track title, i looked through the code but couldn't find nothing, any ideas?

Here's mine so far.

foobar07ic5.png

Where can I find that Single ColumnUI config?

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

    • No registered users viewing this page.
  • Posts

    • AB Download Manager 1.9.0 by Razvan Serea AB Download Manager is an open-source, feature-rich download manager designed to accelerate downloads, organize files efficiently, and provide seamless control over downloads. With support for multiple connections, resume capability, and an intuitive interface, it enhances the downloading experience for users seeking speed and reliability. The software integrates with various browsers, enabling quick link grabbing and batch downloading. It supports HTTP, HTTPS, and FTP protocols, ensuring broad compatibility with different file sources. Users can schedule downloads, set speed limits, and categorize files automatically for better organization. AB Download Manager is lightweight yet powerful, making it a great alternative to proprietary download managers. Its open-source nature allows developers to contribute, customize, and improve the software as needed. Whether you're downloading large files, managing multiple downloads at once, or seeking an ad-free experience, this tool offers a practical and efficient solution. Key features of AB Download Manager: Multi-Connection Support – Accelerates downloads by splitting files into multiple segments. Resume Capability – Allows paused or interrupted downloads to be resumed without starting over. Batch Downloading – Supports downloading multiple files at once for improved efficiency. Browser Integration – Captures download links directly from browsers for seamless operation. HTTP, HTTPS, and FTP Support – Ensures compatibility with a wide range of file sources. Download Scheduling – Enables users to automate downloads at specific times. Speed Limiting – Lets users control bandwidth usage for optimized performance. File Categorization – Automatically organizes downloaded files into designated folders. User-Friendly Interface – Simple and intuitive design for easy navigation. Cross-Platform Compatibility – Works on multiple operating systems. Ad-Free Experience – No intrusive ads or tracking for a clean user experience. AB Download Manager 1.9.0 changelog: Added Czech language support User-friendly error messages for download errors (#1252) An option to remember the last selected queue and quickly add downloads to it by long-clicking the Add button ( #1246) An option to export/import downloads using JSON format A Download button on the multi-download page for cases where users do not want to start downloads without queue processing (#1247) The app now includes a logger that can be enabled using a command-line flag (#1226) Startup errors are now logged automatically to help diagnose initialization issues Changed The default unqueued "Max Concurrent Downloads" value has been changed from "Unlimited" to 3 (This can be customized in the app settings) Improved Updated translations Added an indicator on the Android main page when resume is not supported (#1248) Extract the file name from the download link as a fallback when no response information is available (#1209) Minor UI/UX improvements Download: AB Download Manager 1.9.0 | Portable | ~80.0 MB (Open Source) Download: ARM64 | Portable ARM64 | Android Links: AB Download Manager Website | Github Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I just started using Teams (and “New” Oiutlook) at work (instead of Slack) and both are truly abysmal pieces of software.
  • Recent Achievements

    • First Post
      DragonOfMercy earned a badge
      First Post
    • First Post
      bella52 earned a badge
      First Post
    • Reacting Well
      Techinmay earned a badge
      Reacting Well
    • Collaborator
      WndSks went up a rank
      Collaborator
    • One Month Later
      Sopa flores earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      491
    2. 2
      PsYcHoKiLLa
      205
    3. 3
      +Edouard
      153
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      74
  • Tell a friend

    Love Neowin? Tell a friend!