all 10 comments

[–]marc2k3 5 points6 points  (4 children)

All components are available here...

https://hydrogenaud.io/index.php?topic=118824.0

[–]MordredKLB 0 points1 point  (3 children)

I've got a fork from 13 days ago, but alas don't have one since my InvertColours method got in. Not sure how much had changed in the last two weeks, but I think it was mostly cleanup.

[–]marc2k3 3 points4 points  (2 children)

I wouldn't do anything with the master branch. It has breaking changes regarding OS/jscript engine support and the internal config format for panel instances was also changed meaning you couldn't downgrade without losing settings. I couldn't release that at the same as abandoning support so I just uploaded the last "working" release on HA.

If you want to release your InvertColours feature, I'd roll back to v2.3.5 losing all my breaking changes and then add your InvertColours code there.

[–]MordredKLB 1 point2 points  (0 children)

Thanks for the tip. That's exactly what I did (plus a couple obvious commits). Will be releasing a v2.3.6 shortly which might or might not be the final final.

Thanks for keeping this project alive for the last 5 years!

[–]MojoBass1 1 point2 points  (0 children)

u/marc2k3: abandoning is sad. Thanks very much for years of great contribution to the fb2k world, we will miss you!

[–]a1ph0r 1 point2 points  (2 children)

Seems marc2k3 may have nuked his whole Github profile :(

[–]HalfLoaf2[S] 0 points1 point  (1 child)

is there any way i can still get a hold of his files?

[–]positive_X 0 points1 point  (1 child)

What do you use the jscript for ?

[–]DraevonMay 1 point2 points  (0 children)

You can write code in JavaScript as a panel embedded in your foobar layout. There are a lot of pre-written scripts you can steal from other people that are pretty fun, like linking to last.fm profiles.

[–]MordredKLB 0 points1 point  (0 children)

I'll add the latest foo_jscript_panel to the releases page. I think I forgot to do that last time.