Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_temple (Read 132677 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

foo_temple

Reply #275
Did you publish your mod somewhere round here? Sounds good actually...

Yeah, I'll try to do that. But I _would_ like to build it from the ground... I guess it's best to start simple tho.

foo_temple

Reply #276
No, I haven't published it anywhere since it still has a drawing bug somewhere sometimes causing pretty high cpu spikes with an active window that I have yet to address and secondly since I had a problem getting it to work co-existent to an unmodified version of the trackinfo panel because of the following line of code that I have yet to understand:

Code: [Select]
const GUID uie_trackinfo::extension_guid = 
{ 0x44e5327a, 0x92ff, 0x4bd7, { 0x81, 0xb5, 0x3, 0x65, 0xb9, 0x21, 0xd4, 0x61 } };


This sets some sort of ID to the panel and in order for my version to coexist with the unmodified version I just hacked in some random number without having any idea what I just did (I know, I know, pretty bad idea  ). Now it works, but I have no idea if that could have caused unwanted sideeffects anywhere else (although I haven't noticed any). Since you will probably come along that line of code somewhere, maybe you will figure it out eventually and can tell me how to determine a valid ID

But back to topic: starting from scratch is of course a good idea if you have some time on your hands because you will learn alot more than I did (at least when it comes to working with the SDK, converting strings to utf compatible strings etc.) but I think you will have a rough start


foo_temple

Reply #278
that was helpfull, thanks alot

foo_temple

Reply #279
foo_temple 0.9.0 Beta 1 (May 15 2005)

Well here's a version that works in the sidebar, however it doesn't work with the tabbed panel stack (I don't know why yet).  Source code included, so feel free to improve on it.

foo_temple

Reply #280
nice, been waiting for an update on this for ages.

foo_temple

Reply #281
Thanks.

Btw, it's May 14 today
Windows 10 Pro x64 // foobar2000 1.3.10

foo_temple

Reply #282
once u can get this to run in a tab, and put the list in a panel, not a window in a panel, it would be pretty sweet.

an option to switch to the enque tab when you update it would be nice too

foo_temple

Reply #283
... and the possibility to put other colours on the background! 

((((( Strictly4me )))))

foo_temple

Reply #284
The possibility to change the order of the enqeued tracks inside of foo_temple would also be nice. I think we stress kl33per too much, don't we? (see the playcount discussion) :/

foo_temple

Reply #285
Quote
Thanks.

Btw, it's May 14 today
[a href="index.php?act=findpost&pid=297584"][{POST_SNAPBACK}][/a]

Not where I am.  On release it was 3:37am on May 15th.

Modifying this plugin any further is almost beyond by understanding of C++ and the foobar2000 SDK.  I will attempt to make further changes, but it will prove very difficult.

Quote
I think we stress kl33per too much, don't we? (see the playcount discussion) :/

Hahaha, I don't mind.  I'm here to be stressed.

foo_temple

Reply #286
Does not look nice here: If I add it to my panels, its placed there, but with window and caption and the small
  • on top right. I'm on windows 2000sp4

foo_temple

Reply #287
Yes, that is how it is supposed to look.  I did not write the original plugin.  I only made the neccessary changes to have it work as a panel.  I don't have the expertise in C++ to make further changes.  That is why I included the source code, so someone who is a little more experienced can continue.

foo_temple

Reply #288
Quote
Quote
Thanks.

Btw, it's May 14 today
[a href="index.php?act=findpost&pid=297584"][{POST_SNAPBACK}][/a]

Not where I am.  On release it was 3:37am on May 15th.

But definitely not May 19th, as you wrote in the original date
Life is Real...
(But not in audio :) )


foo_temple

Reply #290
is there a way to have a song enqueued when double-klicking on it?

i.e.:
I have a pc just for playing music and when we have parties people go up and want to hear specific songs. but they don't know how or forget to enqueue it and just double klick in the playlist cutting off the current song in order to have their song be played. this can get very annoying!

so it would be great if there could be an option in the preferences with which I could surpress having a new song be played right away (say on a double-klick) and instead have it always be put into the enqueue list.

thx

foo_temple

Reply #291
Quote
is there a way to have a song enqueued when double-klicking on it?

i.e.:
I have a pc just for playing music and when we have parties people go up and want to hear specific songs. but they don't know how or forget to enqueue it and just double klick in the playlist cutting off the current song in order to have their song be played. this can get very annoying!

so it would be great if there could be an option in the preferences with which I could surpress having a new song be played right away (say on a double-klick) and instead have it always be put into the enqueue list.

thx
[{POST_SNAPBACK}][/a]


I would love that too.   
i had asked in another thread if it was possible to change the default action of double click in playlist but nobody has answered yet
[a href="http://www.hydrogenaudio.org/forums/index.php?showtopic=33942]link[/url]
if someone knows how to do that , that would be awesome   

foo_temple

Reply #292
Like I said, this component is really beyond my understanding of C++ and the SDK.  If someone wants to pick up my modified source code and continue development, your free to do so.

foo_temple

Reply #293
is it possible to move the enqueue list into a panel ? instead of seperate window

foo_temple

Reply #294
Quote
foo_temple 0.9.0 Beta 1 (May 15 2005)

Well here's a version that works in the sidebar, however it doesn't work with the tabbed panel stack (I don't know why yet).  Source code included, so feel free to improve on it.
[a href="index.php?act=findpost&pid=297539"][{POST_SNAPBACK}][/a]

Quote
is it possible to move the enqueue list into a panel ? instead of seperate window
[a href="index.php?act=findpost&pid=301427"][{POST_SNAPBACK}][/a]

Yes, kl33per's beta does that. Please read the thread before asking (The answer was on this page).
Life is Real...
(But not in audio :) )

 

foo_temple

Reply #295
foo_temple 0.90 Beta 2 (May 30 2005)

Well here you go.  This version only works inside a panel.  Do not attempt to use it as a seperate window.  It doesn't use a seperate window inside a panel, as with the last beta.

This is very poorly implemented.  When the 0.9 SDK is out, I will attempt to rewrite from scratch (using the enqueue list in 0.9) a Columns UI panel (assuming this is possible with the 0.9 SDK).  Until then be warned, this is not a stable release.  Use this software at your own risk.  I cannot be held liable for anything this software does to your foobar2000 installation, or your computer.

That being said, I've been using this version for 2 weeks without an issue.

If it is still a window in the panel, restart foobar.

foo_temple

Reply #296
I've emptied my Firefox cache and all, but I'm still getting the file buildt on 15. may...
"ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
        - Oceania Association of Autonomous Astronauts

foo_temple

Reply #297
Try again now.

Edit: Beta 2 was actually built on the 19th, but was released today, May 30th (AEST).

foo_temple

Reply #298
Thanks! Got the new one now.

Seems to work fine as long as you don't try to add it to a tabbed panel stack... (Luckily I found a way out of that one again....) 
"ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
        - Oceania Association of Autonomous Astronauts

foo_temple

Reply #299
Can you config foobar so if an MP3 is double clicked (and foobar is associated) they get loaded into a temp playlist rather than replacing your current one?
hi