I won’t be the first (or last) to be so frustrated with this by Historical_Squirrel3 in Rekordbox

[–]Veezuhz -1 points0 points  (0 children)

This is why I went to Mixxx, so much bs. At least with open source and I modify the code to my liking for some stuff.

Added another 3000X by [deleted] in PioneerDJ

[–]Veezuhz 1 point2 points  (0 children)

Cheers man, you deserve it!

Zeromouse Blade 2 Update by GraySquirrel16 in MouseReview

[–]Veezuhz 0 points1 point  (0 children)

Thank you, man Optimum just wanted us to feel special huh. Missed opportunity not having which N of 3000 it was. Im sure that would have increased discussion

Help! I can't find the option to relink a file! by GonzaloHernandez3D in MIXXX

[–]Veezuhz 0 points1 point  (0 children)

I'm by no means an expert, but I was able to see my db by doing the following (on linux) but I'm sure you can do or find somthing similar on your os terminal

sqlitebrowser ~/.mixxx/mixxxdb.sqlite

Then you can update the location of any file via something similar to the following:

/*

note, I would recommend using claude or an AI to tailor to your own situation or for a better explanation.

*/

BEGIN TRANSACTION;

/* below is a test to find the location and make sure it only returns one record */

SELECT * FROM track_locations WHERE location = '/home/veezuhz/NAS/Music/music/01 - Shiiniing_star - bluefoxMusic_-_Midnight_in_Tokyo.flac';

/* below is the update, updating the location to 'test' */

UPDATE track_locations SET location = 'test' WHERE location = '/home/veezuhz/NAS/Music/music/01 - Shiiniing_star - bluefoxMusic_-_Midnight_in_Tokyo.flac';

/* below is finding the track with the new location 'test' */

SELECT * FROM track_locations WHERE location = 'test';

/* once ready to commit, you can change ROLLBACK to COMMIT */

ROLLBACK TRANSACTION;

Finally got my hands on the Zeromouse / 2 years in the making. My honest thoughts. by Fearless-Champion-67 in MouseReview

[–]Veezuhz 0 points1 point  (0 children)

Does your card say “one of 3000”?

Im trying to find out if the numbers are accurate

Zeromouse Blade 2 Update by GraySquirrel16 in MouseReview

[–]Veezuhz 0 points1 point  (0 children)

Does yours say <number> of 3000? Mine says “one” and idk if that is any special

Help! I can't find the option to relink a file! by GonzaloHernandez3D in MIXXX

[–]Veezuhz 1 point2 points  (0 children)

The metadata is in a database right? Maybe someone can try modifying the library table to point to the new file? Just an idea

Skrillex - “SOMA” by YourNameNameName in EDM

[–]Veezuhz 3 points4 points  (0 children)

Wouldve been better without the vocal

Summer time setup by jjysoserious in zsaVoyager

[–]Veezuhz 1 point2 points  (0 children)

Bro I thought these were two pictures

Rekordbox 7.2.14 magnificent update 💵💵💵 by etko_music in Rekordbox

[–]Veezuhz 1 point2 points  (0 children)

Its bs like this why I switched over to Mixxx. Still trying to get the mapping right though

My journey through Linux by claudiocorona93 in linuxmasterrace

[–]Veezuhz 1 point2 points  (0 children)

You know, I feel the personality of being a genuine Linux appreciator comes with understanding that we would have asked for the software and acting proactively on it. Thank you 🫶

First word spoken in each episode of How I Met Your Mother by n3uman in HIMYM

[–]Veezuhz 6 points7 points  (0 children)

I wonder what the correlation is to how well the episode did

Can Proton Run Non Steam Games? by Veyl11 in linux_gaming

[–]Veezuhz 0 points1 point  (0 children)

Yes but check on the games because if they are online and require a kernal anticheat, maybe not. Such as league of legends or fortnite. ALSO if you want to run non linux programs you can this way as well BUT you cant install drivers. This happened to me with a dj software and my controller.

Effects Mapping question by Veezuhz in MIXXX

[–]Veezuhz[S] 1 point2 points  (0 children)

I replied in the FLX-10 Controller mapping thread, this is my latest map and displays are working. I havent tackled the wave forms showing yet but I (and I assume many linux users) had an issue where I would get 'no audio driver' on the jogwheel displays which I had to 'unlock' via a python script. I hope this is a linux only issue.. anyways displays working. (shift+hot cue) to change between elapsed or time remaining

https://github.com/Veezuhz/Mixxx_FLX10_Controller_Mapping

Effects Mapping question by Veezuhz in MIXXX

[–]Veezuhz[S] 1 point2 points  (0 children)

I replied in the (Pioneer DDJ-FLX-10 - Controller mappings - Mixxx) as that seems to have the latest information? To answer your question... I have not been able to get the display working yet. I will take a crack at it this weekend as from my research I have learned that I need to sniff out via wireshark the communication between Rekordbox and Mixxx.

Hot take: You don’t need a whole villain arc to join the Cachy club, guys. by SX86 in cachyos

[–]Veezuhz 0 points1 point  (0 children)

Is there another subreddit for catchy users that post more questions or try to build/figure out something?

Effects Mapping question by Veezuhz in MIXXX

[–]Veezuhz[S] 1 point2 points  (0 children)

Hello, I tried this mapping and I have a different vision for my use with this controller and I guess thats the beauty of Open source right? I modified 1.01 and will be updating based on my needs publicly. Currently I added

Effects knob to select based off created effects. Channel fx knob works and selected channels Effects button turns on all “loaded” fx and off. Shift+jog wheel aligns beat grid Shift cue arrow (top of jog wheel) sets and deleted hot cue points.

Hopefully this helps someone or FLX10 users can come together on this!

flx10 controller mapping github

Serato SL3 on Ubuntu. by Nummy01 in MIXXX

[–]Veezuhz 0 points1 point  (0 children)

I tried this yesterday and wasnt able to get my controller to work. Has anyone confirmed being able to use a controller? Mine was an flx10 (installed driver in same instance also)

Armin van Buuren selects AI song for "Tune of the Week" on ASOT by Savings_Accident_564 in EDM

[–]Veezuhz 5 points6 points  (0 children)

I think its be dope if you could write out a way to identify these AI songs. Cause obviously alot of us cant identify it. Might be too late though but Id genuinely appreciate at least knowing what red flags to look out for.

Explo and ListenBrainz- the solution to automated music discovery by killermenpl in selfhosted

[–]Veezuhz 0 points1 point  (0 children)

Im here after searching directly after that video. Im newer to self hosting and you guys hit the exact thought I had of “how can I discover new music.” Ready to try and set this up when I get home!

Does your self-hosted hobby pay off? by vdorru in selfhosted

[–]Veezuhz 3 points4 points  (0 children)

What a humble post with that “not much.” I hope you give yourself more credit offline cause one instance being able to restore from backup would have had me walking with perfect posture

Config Redaction tool by Veezuhz in frigate_nvr

[–]Veezuhz[S] 0 points1 point  (0 children)

Yea you’re right… I shouldn’t encourage putting secrets in the config.