Search found 1599 matches

by St_W
Jul 17, 2022 18:49
Forum: Community Discussion
Topic: Where can I get a Recent-Git-Build of FreeBASIC?
Replies: 639
Views: 175413

Re: Where can I get a Recent-Git-Build of FreeBASIC?

Regarding the status of my CI build machine: I went there this weekend and had a look and indeed internet connection is currently broken due to the construction work going on there. That means it will be offline for some time (several weeks probably) 😢. I saw adeyblue is working on a replacement sys...
by St_W
Jul 15, 2022 8:26
Forum: Community Discussion
Topic: Where can I get a Recent-Git-Build of FreeBASIC?
Replies: 639
Views: 175413

Re: Where can I get a Recent-Git-Build of FreeBASIC?

Thanks for the report; I'm aware of the issue but haven't had the time to drive to the machine yet (as it's not reachable via remote connection anymore) and have a look what's wrong (e.g. there may be some Internet connectivity issues due to the construction work taking place there currently). I'll ...
by St_W
Jun 23, 2022 7:12
Forum: Community Discussion
Topic: Where can I get a Recent-Git-Build of FreeBASIC?
Replies: 639
Views: 175413

Re: Where can I get a Recent-Git-Build of FreeBASIC?

For some reason it ran into a timeout (took longer than 2 hours), but as far as I saw last night's build completed successfully. Before there were some general internet connectivity issues. Better internet connection (fiber ... finally) is coming soon.
by St_W
Jun 06, 2022 14:21
Forum: Community Discussion
Topic: Where can I get a Recent-Git-Build of FreeBASIC?
Replies: 639
Views: 175413

Re: Where can I get a Recent-Git-Build of FreeBASIC?

It seems tonight's upload worked again, but previously a few ones failed. I had a look into the logs and it seems to be the same issue as recently, where the web-endpoint of the Jenkins server was not reachable (on localhost!) for some strange reason. It's not the build itself that's failing, but th...
by St_W
May 25, 2022 21:14
Forum: Community Discussion
Topic: Windows stability
Replies: 26
Views: 2315

Re: Windows stability

Not sure what CPU usage during idle time has to do with system stability? Anyways, probably just some services you either installed (like Chrome Updater) or included with Windows (like Microsoft Compatibility Telemetry). If you don't see any userspace process having the CPU load, but rather some sys...
by St_W
Apr 26, 2022 17:18
Forum: Community Discussion
Topic: Where can I get a Recent-Git-Build of FreeBASIC?
Replies: 639
Views: 175413

Re: Where can I get a Recent-Git-Build of FreeBASIC?

hm :-/ It hung again in a strange state where the service itself was alive but didn't respond to webrequests anymore. Updated Jenkins + plugins ... hope that fixes it, otherwise I've no idea why it fails. Triggered the upload of the recent builds manually. Documentation build is not affected because...
by St_W
Apr 19, 2022 20:00
Forum: Community Discussion
Topic: Where can I get a Recent-Git-Build of FreeBASIC?
Replies: 639
Views: 175413

Re: Where can I get a Recent-Git-Build of FreeBASIC?

Thanks for the hint! restarted the system (Windows Updates) and freed up some disk space (had only a few 100MB left) now it should be working again 😎
by St_W
Mar 14, 2022 21:03
Forum: General
Topic: Access to web sites containing music information
Replies: 8
Views: 751

Re: Access to web sites containing music information

You might also look into something like this: https://github.com/sahib/glyr It provides a command line tool as well. This could be a way simpler solution, if invoking some external utility is enough for your needs. Alternatively it can be used as library as well (probably with similar effort as if u...
by St_W
Mar 14, 2022 20:53
Forum: Libraries Questions
Topic: Problem with gir\gtk-3.0.bi & bass.bi
Replies: 7
Views: 3046

Re: Problem with gir\gtk-3.0.bi & bass.bi

But the better solution would be replacing Bass by GStreamer, the GLib based alternative (that's cross-platform). Bass is also cross-platform. The biggest advantage of gstreamer is probably its license, which also allows free commercial usage (while Bass is only free for non-commercial usage). And ...
by St_W
Mar 12, 2022 21:10
Forum: General
Topic: Access to web sites containing music information
Replies: 8
Views: 751

Re: Access to web sites containing music information

I downloaded PLEX and started it. 3 hours later using almost 100% of one core+ it was still running and killing anything else running. I finally killed it and unloaded it. Never tried Plex for music, but I guess you either have a very large music library or a quite old/low-end PC if indexing and fe...
by St_W
Mar 10, 2022 22:43
Forum: Windows
Topic: CAN'T INSTALL FreeBASIC On Windows 11
Replies: 13
Views: 1946

Re: CAN'T INSTALL FreeBASIC On Windows 11

I set the compiler path and now it works fine, but should I use the fbc64.exe instead of fbc.exe ? That mostly depends on what you want. If you want to build 32-bit applications then use fbc32.exe, if you want to build 64-bit applications use fbc64.exe. The third one, fbc.exe must be from some diff...
by St_W
Mar 10, 2022 22:33
Forum: General
Topic: Access to web sites containing music information
Replies: 8
Views: 751

Re: Access to web sites containing music information

Both Plex and musicBrainz offer web-services, easily accessible via REST APIs. See documentation pages: Plex API: https://www.plexopedia.com/plex-media-server/api/ MusicBrainz: https://musicbrainz.org/doc/Development The tools are quite different and which one is more suitable totally depends on wha...
by St_W
Mar 10, 2022 22:25
Forum: Community Discussion
Topic: GCC 9.4.0 abi compatible
Replies: 2
Views: 730

Re: GCC 9.4.0 abi compatible

In case you searched for the toolchain(s) used to build fbc on Windows, it's linked on the release page: https://freebasic.net/forum/viewtopic.php?t=31376
(not sure if I correctly understood what you've searched for an hour)
by St_W
Mar 10, 2022 8:13
Forum: General
Topic: Access to web sites containing music information
Replies: 8
Views: 751

Re: Access to web sites containing music information

Never tried it for music (only for movies), but Plex also supports Music. It will automatically fetch metdata from various sources, including AllMusic and MusicBrainz.

I think the MusicBrainz database is freely available, so you could use it in your own software as well.