Search found 6715 matches

by dave
Wed Mar 25, 2026 4:22 pm
Forum: Q & A
Topic: Date sung order
Replies: 1
Views: 27874

Re: Date sung order

got a dev working on THAT EXACT ISSUE!

likely fix within a month!

-dave
by dave
Fri Mar 20, 2026 10:36 am
Forum: General
Topic: Server Crashes
Replies: 3
Views: 31532

Re: Server Crashes

okay so you WERE saying that you WERE crashing on 32bit, not 64bit, right?
if you're on mac, you can just copy the text of the crash report, and send it in an email
if you're on windows, there's currently no method
by dave
Tue Mar 17, 2026 5:04 pm
Forum: General
Topic: Server Crashes
Replies: 3
Views: 31532

Re: Server Crashes

are you crashing more on 64bit?
can you send crash reports?
are you on mac?
by dave
Sat Mar 07, 2026 9:57 am
Forum: General
Topic: Creating Wi-Fi
Replies: 8
Views: 93434

Re: Creating Wi-Fi

:o
by dave
Thu Feb 26, 2026 1:57 pm
Forum: Feature Requests
Topic: File hash database field
Replies: 9
Views: 48069

Re: File hash database field

trello is best.

thanks. noted.
by dave
Thu Feb 26, 2026 1:57 pm
Forum: 64bit
Topic: error
Replies: 1
Views: 27440

Re: error

hmm. if you can reliably reproduce it let me know. in general, i can only really act on a bug that i can see for myself.
by dave
Thu Feb 12, 2026 1:08 am
Forum: Feature Requests
Topic: File hash database field
Replies: 9
Views: 48069

Re: File hash database field

i think if you're using producer you're one of the 5% that gets lost in the cracks?
CDG pretty reliably never changes. UNLESS you're using producer. hmmm. well we can DETECT producer files, because kJams, you know, PRODUCES them, so ... yeah. we could reliably SKIP hashing.

okay so, maybe we take ...
by dave
Wed Feb 11, 2026 4:44 pm
Forum: Feature Requests
Topic: File hash database field
Replies: 9
Views: 48069

Re: File hash database field

note that MP3 DOES change the file data when you edit meta data, but luckily it does that at the end of the file.
so i do think that reading just the first 1k of a file is sufficient?
note this is using classic code determinism.

a better approach would be something you hinted at: audio fingerprint ...
by dave
Wed Feb 11, 2026 3:14 pm
Forum: Feature Requests
Topic: File hash database field
Replies: 9
Views: 48069

Re: File hash database field

oh! i just re-read my reply above.

i said "use bytes in files", and what I meant by that at the time was use the number of Bytes. Like if there are 2,157,329 BYTES in a file, use that number as input for the hash.

But then when I re-read it, I thought "oh that could be ambiguous, it could also ...
by dave
Wed Feb 11, 2026 2:19 pm
Forum: Feature Requests
Topic: File hash database field
Replies: 9
Views: 48069

Re: File hash database field

what would you use for the hash input?
can't use the path, or the song name/album/artist....
possibly could use bytes in files, but that's not guaranteed to be unique. some songs are zipped, some are not, eg: mp4, and byte size isn't a reliable marker for uniqueness.
don't get me wrong this is a ...
by dave
Sun Feb 08, 2026 2:34 pm
Forum: 64bit
Topic: Update kJams 2 or not
Replies: 1
Views: 15501

Re: Update kJams 2 or not

you should always update kjams
by dave
Tue Dec 09, 2025 1:28 pm
Forum: General
Topic: Wiki missing CSS?
Replies: 2
Views: 30815

Re: Wiki missing CSS?

yeah i'm having "issues", but it is fixed
by dave
Tue Nov 18, 2025 2:42 pm
Forum: Bug Reports
Topic: x.1b86
Replies: 3
Views: 46127

Re: x.1b86

meanwhile, i DO recommend you upgrade your OS to Mojave 10.14.6
that way you're on an officially supported version of kJams at least
when you get there let me know if the bug still exists, and i WILL see what i can do, okay?

:D

-dave
by dave
Mon Nov 17, 2025 2:49 pm
Forum: Bug Reports
Topic: x.1b86
Replies: 3
Views: 46127

Re: x.1b86

oh, you're on macOS 10.12.
sorry but that's an unsupported OS
but even if you were to upgrade to the last supported OS for 32bit mac, which is mojave, 10.14.6, i probably wouldn't be able to help. 32bit is officially end-of-life at this point, i'll make a few more releases, which will direct you to ...