u/D3nzelCrocker

CMF Buds Pro 2 with the innioasis Y1

CMF Buds Pro 2 with the innioasis Y1

https://preview.redd.it/u0r3djhrpw0h1.png?width=600&format=png&auto=webp&s=27816be5dc83385d55cc43607ccab75128d6178f

Does anyone have these and know if they work with the Y1? I found out too late that my airpods pro 2 don't work with the innioasis. so I had the choice to either buy a second pair of earbuds or return the innioasis. As unfortunately there's not really a good alternative to the y1 that does work with airpods pro 2 and meets my requirements, I wanna try the new earbuds route.

I'm curious besides if they work, does the smart scroll on the case work as well? what about gestures? and if I'd change EQ settings in the app while they're connected through my phone, are these eq settings saved on the airpods, or would they only work with the phone?

If not these headphones, but you have others that work well with the innioasis 1, please let me know! besides being able to connect in the first place, I'd love earbuds where he EQ settings get saved on the buds themselves.

Peace!

reddit.com
u/D3nzelCrocker — 1 day ago

So I have amazing code edited from an original forum post. It does exactly what I want. It creates folders A/B/C then artist (with first letter first, so Bob Dylan instead of Dylan, Bob). Then it creates album folders.

It also completely removes "Various artists" folders for compilations. every artist has a "Single" folder. And if it's on a compilation, the track will be moved to the artist's single folder. for example, if "Bob Dylan - Lay, Lady, Lay" would be on a "best of the 60's" compilation, it gets nested under Bob Dylan - Singles, not under Various artists - Best of 60's >>>. Which what I much prefer.

The only problem I still have, is it creates separate artist folders for artists when they're featuring for example in my artist folders I would have:

Bob Dylan
Bob Dylan & Johnny Cash
Bob Dylan & The Bob Dylan Band.

However, I'd just like it to take the first primary artist, and all compile it under this artist, I don't need a "separate" artist for featurings. I have a lot of music like this, as a significant part of the music I listen to seems to be collaborative. How do I get my script to default to this? I can't figure it out. I was also thinking, maybe I should change Picard's Tagging system to give a separate slot for each artist so I can script it to only take the first primary artist on product level.

please note, I can't code and don't fully understand the script. It's base is from the Picard forum (Very old post). And I adjusted things with AI. I've tried building code from scratch but my brain just can't figure it out. Hopefully somebody can help me here, I would greatly appreciate it!

$if($is_video(),videos,music)/ $if($is_video(), $noop(Video track) $if($ne(%album%,[non-album tracks]), %artist% - %album%$if(%discsubtitle%, - %discsubtitle%)/%_discandtracknumber%%title%, Music Videos/%artist%/%artist% - %title%), $if($eq(%totaltracks%,1), $noop(Single track override) $firstalphachar(%artist%)/%artist%/singles/%artist% - %title%, $if($eq(%compilation%,1), $noop(Various Artist albums) $firstalphachar(%artist%)/%artist%/singles/%artist% - %title%, $noop(Single Artist Albums) $firstalphachar(%artist%)/%artist%/%album%$if(%_releasecomment%, \(%_releasecomment%\),)/%_discandtracknumber%%title% )))
reddit.com
u/D3nzelCrocker — 10 days ago