Page 1 of 2 12 LastLast
Results 1 to 20 of 22

Thread: Now playing plugin for Foobar

  1. #1

    Now playing plugin for Foobar

    Somebody knows a foobar2000 now playing component for AO?
    can't find any ><


    edit:
    so you can get simple now playing component here:
    http://skipyrich.com/wiki/Foobar2000:Now_Playing_Simple
    ty Otinsainpas

    and use this script there:
    http://forums.anarchy-online.com/sho...6&postcount=12
    Last edited by Comdriver; Oct 1st, 2010 at 10:44:31. Reason: links to component and script added
    Comdriver, RK2 engi and RK1 since 2012
    WTB belt for engineering tools

    Quote Originally Posted by Means View Post
    hjyuhjyuyhjyuhj45uhy4gftrftrg2

  2. #2
    I have never heard of this player :S but WTB a plugin for WMP.
    Marijke88::220|30|70 Opifex Martial Artist
    Phexuz::220|30|70 Opifex Fixer
    Doppelripp::220|30|70 Opifex Bureaucrat
    Arbitrage::220|30|70 Opifex Trader
    Truxal::220|30|70 Opifex Doctor
    Brennstab::220|30|70 Opifex Nano-Technician
    Wurstmacher::200|30|70 Opifex Shade

    Proud Advisor of Insomnia Gravis
    Account created: 2005-01-13

  3. #3
    i dont know much about ao-plugins for musicplayers, but there has always been different kind of file-dump addons for every "sophisticated" players.

    you could search for option to find plugin that can print formatted string every time track changes and direct it to d:/anarchy online/scripts/np .
    format could be anyhing from "/say NP: %track%" to complex window popups.

    cant help more since i'm not familiar with that player, but i hope you find your solution
    You hit Tarasque with nanobots for 18280 points of melee damage.
    First shade with Blades of Boltar
    ---
    How much is enough?
    Member of Halinallet!

  4. #4
    Foobar2000 is probably the best low overhead music player out there, I'm always surprised that more people haven't heard of it. And from my experience, it is the most transparent in terms of audio quality that I've heard (WMP and Winamp both seem to use a subtle EQ curve that makes stuff biased in the pop/rock direction on decent speakers). A now playing plugin for it would be a real boon imo.
    -= Make the new engine look even better. Don't forget to post a screenshot! =-

  5. #5
    You hit Tarasque with nanobots for 18280 points of melee damage.
    First shade with Blades of Boltar
    ---
    How much is enough?
    Member of Halinallet!

  6. #6
    I discovered something useful today. When using Mumble/Foobar2000 together, when someone talks on Mumble, Foobar2000 gets turned down, then turned back up when they're done talking. Pure <3

  7. #7
    foobar2000 is just awesome
    220/30 Lordlawrence
    200/2x Pampero
    Ever wondered what's like making an OP toon? 30/3 Forum
    25/3 Killergoa

  8. #8
    There's a "Now playing" plugin for AO for Winamp. I don't notice any difference at all when doing listening comparisons between Winamp and foobar2000. Also, Foobar2000 doesn't really do what I want from Winamp, so I don't see any reason to use it.
    Thor Mastablasta Hammersmith - Level 220, AI 30, LE 70 Clan Atrox Nano Technician - Setup
    The Red Brotherhood

    I'm a Nano-Technician, don't ever expect me to fight unbuffed, alone or fair.

    Means: about f'ing time :P
    Satenia: heresy <3
    Znore: Mastablasta <3
    Kinkstaah: I have agro from many mobs ;(
    Madarab: we are aoe class, we are supose to use pistols
    Marxgorm: the NT toolset does not fit into my raiding tactics

  9. #9
    Foobar is MUCH lighter on resources than Winamp. Foobar also plays literally every file I throw at it (idk how Winamp is on this part though, tbh)

  10. #10
    Foobar is MUCH lighter on resources than Winamp. Foobar also plays literally every file I throw at it (idk how Winamp is on this part though, tbh)
    i use MPD to play music.. i think it might be even lighter than foobar2000..

    and for files that are not known by that player, i dont even care to search another player


    i remember the time when opening a text file makes your music pause for a second...so i don't really care about performance of musicplayers on modern computers, as long it doesn't jam my pc completely
    Last edited by Otinsainpas; Oct 1st, 2010 at 05:33:56.
    You hit Tarasque with nanobots for 18280 points of melee damage.
    First shade with Blades of Boltar
    ---
    How much is enough?
    Member of Halinallet!

  11. #11
    Quote Originally Posted by Otinsainpas View Post
    great! it is working! ty for this link. looks I was looking in wrong direction.
    now I'm working on AO script for this, I'll put it here later.

    the only last problem is previous tracks. I don't know if it is possible to store this list anywhere..
    I don't notice any difference at all when doing listening comparisons between Winamp and foobar2000. Also, Foobar2000 doesn't really do what I want from Winamp, so I don't see any reason to use it.
    for me foobar is like Firefox and winamp may be like Opera.. idk =) both working good, but it is about personal preferences.
    Comdriver, RK2 engi and RK1 since 2012
    WTB belt for engineering tools

    Quote Originally Posted by Means View Post
    hjyuhjyuyhjyuhj45uhy4gftrftrg2

  12. #12
    so now I'm ended with this script:
    Code:
    <font color='#FFFF00'>'['<font color='#00FF00'>
    $if(%isplaying%,
    $if(%ispaused%,
    Paused
    ,
    Now playing
    )
    : </font>%artist% - 
    <a href="text://<font color='#FFFF00'>
    ::::: Foobar2000 now playing component :::::
    </font><br><br>
    <font color='#00FF00'>
    <a href=''chatcmd:///start http://www.last.fm/music/
    $replace(%artist%, ,+)
    ''>%artist%</a> - %title% '['%length%']'</font><br>
    <font color='#00FFFF'>
    [Album: 
    <a href=''chatcmd:///start http://www.last.fm/music/
    $replace(%artist%, ,+)
    /
    $replace(%album%, ,+)
    ''>%album%</a>
    <br>][%date% <br>]
    Track number: %tracknumber% [ / totaltracks%]<br>
    [Disc: %discnumber% / [%totaldiscs%]<br>]
    %codec%[ / %bitrate%][ / %channels%]</font>">%title%</a>']'</font>
    ,
    stopped
    )
    you should put it in "Formatting string" section of this foobar component, put path to scripts folder and script name in filename section.
    after this you'll get auto generated script like this in your ao script folder:
    Code:
    <font color=#FFFF00>[<font color=#00FF00>Now playing: </font>Android Lust - <a href="text://<font color=#FFFF00>: : : : : Foobar2000 now playing component : : : : :</font><br><br><font color=#00FF00><a href='chatcmd:///start http://www.last.fm/music/Android+Lust'>Android Lust</a> - Another Void (Wasp Queen) [5:02]</font><br><font color=#00FFFF>Album: <a href='chatcmd:///start http://www.last.fm/music/Android+Lust/Stripped+&+Stitched'>Stripped & Stitched</a><br>2006 <br>Track number: 01<br>Disc: 1 / 1<br>AAC / 126 / stereo</font>">Another Void (Wasp Queen)</a>]</font>
    it contains links too last.fm for artist and album, but I hadn't checked them because have no running copy of AO atm.
    Last edited by Comdriver; Oct 1st, 2010 at 14:43:21.
    Comdriver, RK2 engi and RK1 since 2012
    WTB belt for engineering tools

    Quote Originally Posted by Means View Post
    hjyuhjyuyhjyuhj45uhy4gftrftrg2

  13. #13
    Quote Originally Posted by Comdriver View Post
    great! it is working! ty for this link.
    Always happy to help
    You hit Tarasque with nanobots for 18280 points of melee damage.
    First shade with Blades of Boltar
    ---
    How much is enough?
    Member of Halinallet!

  14. #14
    Quote Originally Posted by Esssch View Post
    Foobar is MUCH lighter on resources than Winamp. Foobar also plays literally every file I throw at it (idk how Winamp is on this part though, tbh)
    What resources in this modern day and age who cares about whether or not something uses 20 or 30mb RAM while running And Winamp uses codecs, it plays everything. And Foobar still doesn't do the things that make Winamp great :|
    Thor Mastablasta Hammersmith - Level 220, AI 30, LE 70 Clan Atrox Nano Technician - Setup
    The Red Brotherhood

    I'm a Nano-Technician, don't ever expect me to fight unbuffed, alone or fair.

    Means: about f'ing time :P
    Satenia: heresy <3
    Znore: Mastablasta <3
    Kinkstaah: I have agro from many mobs ;(
    Madarab: we are aoe class, we are supose to use pistols
    Marxgorm: the NT toolset does not fit into my raiding tactics

  15. #15
    Quote Originally Posted by Mastablasta View Post
    What resources in this modern day and age who cares about whether or not something uses 20 or 30mb RAM while running And Winamp uses codecs, it plays everything. And Foobar still doesn't do the things that make Winamp great :|
    I only have 3gb of ram, so uh...I do? And I'm 100% sure I'm not the only person. It's nice having a playlist of 30gb worth of music, and yet having foobar only take 32mb of ram.

    Like I said, I didn't know about Winamp's ability to play files. Feel free to tell us what makes Winamp great though, you might get people to switch.

  16. #16
    He may be referring to the library functions and visualizations. Which I don't use, and only contribute to WinAmp's current trend of becoming more bloatware than actual media player with each and every update. But Masta has a point - PCs have so much resources available at this point media players are really just down to personal preference. Plus WinAmp loads a tad slower, and WinAmp Agent uses more resources than it has a right to IMHO.
    -= Make the new engine look even better. Don't forget to post a screenshot! =-

  17. #17
    Quote Originally Posted by Esssch View Post
    I only have 3gb of ram
    I use winamp on my crappy home pc with 900ish mb of ram, with a 20k+ track playlist and never notice any significant impact on overall system performance.
    3gb of ram is more than enough for what the majority of users would throw at their pc, unless of course you like to have 100 copies of internet explorer with your 4 copies of AO open.

    Using foobar because it is resource light is no reason to use it. Using it because its what the people on head-fi tell you to is.

  18. #18
    Quote Originally Posted by Zandibel View Post
    I use winamp on my crappy home pc with 900ish mb of ram, with a 20k+ track playlist and never notice any significant impact on overall system performance.
    3gb of ram is more than enough for what the majority of users would throw at their pc, unless of course you like to have 100 copies of internet explorer with your 4 copies of AO open.

    Using foobar because it is resource light is no reason to use it. Using it because its what the people on head-fi tell you to is.
    ew internet explorer i usually have a few tabs of firefox open, usually dual-logged on AO, either either foobar running in the background or windows media on my other monitor.

    Using foobar because it's resource light is a reason to use it. Last I checked, you can't tell me what my reasons are.

  19. #19
    I'll have to look at foobar closely and compare to my years-long "lightweight and portable" favorite, CoolPlayer:

    http://coolplayer.sourceforge.net/

    One of the main reason I like Cool Player, besides the light use of system and resources, and portability, is that one of the skins makes it a nice tiny bar I can usually find an unobtrusive spot for someplace on my crowded monitor screen.

  20. #20

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •