If chapters are available for the video, yt-dlp has a command line argument that will split the video into different files, one for each chapter. Quoting a reddit comment:
you need ffmpeg.
how to convert to mp3: wiki
split chapters: --split-chapters
example naming files after chapters: -o "chapter:%(section_number)s %(section_title)s.%(ext)s"
available chapter variables:
section_title (string): Title of the chapter
section_number (numeric): Number of the chapter within the file
section_start (numeric): Start time of the chapter in seconds
section_end (numeric): End time of the chapter in seconds
as i recall, i don't use this myself, it will also keep the original file, which naming depends on the regular -o (use in addition to the -o line with chapter:)
--split-chapters will also work with the timestamps mentioned in the description
Right, I will try to look for some options in the developer settings
Edit: there are a bunch of bt-related settings in the Dev options menu, most of them are about audio codec, AVRCP/MAP versions, Bluetooth LE, and other options, but unfortunately nothing that sounds like what I'm looking for :')
Hmm that's weird. I bought my Pixel 5 in 2023, the bluetooth devices I own are the same I was using with my previous phone (mostly, four devices: the car's bt-aux adapter, bt speaker, headphones, cool headphones), and they all used to re-connect automatically. Now none of them does lol so I assumed it was an issue with the phone
🇷🇴 I officially ask Constitutional Court TO ANNUL Romanian presidential elections (May 2025).
For the very reasons December elections were annulled: EXTERNAL INTERFERENCES by state and non-state actors.
This time proven with evidence! Neither 🇫🇷, nor 🇲🇩, nor anyone else has the right to interfere in the elections of another state.
To all Romanians: ask urgently the Constitutional Court to annul this farce.
We will not give up and we will not betray! This is only the beginning of a great victory!
I am in a similar position, yes. I've resisted for so many years, but Instagram right now is the only place where some of the local organizations I'm interested in post. Clubs, town events, even leftist social centers who are usually sensible to online privacy and megacorp dependence sometimes only have an instagram or facebook page.
Right now I have a text note with the urls to the websites of the instagram pages that don't have a newsletter/RSS feed. And another note with the link to their instagram pages, that I sometimes check out. Luckily you still don't necessarily need to login to access an account's recent posts from the browser, so as long as you periodically clear your cookies, a browser will do.
I also have been trying to convince some of these pages to create an account on Mastodon or use Gancio, if available. Even a Telegram channel would suffice. Some of them (two) did, but stopped to update it after a few months because most reach comes from facebook/instagram and they won't bother to post stuff on another platform
It depends on what you want to edit :P if you just need the basics (sketching, filetrs, resizing, cropping, converting, combining, etc), try ImageToolbox
The markdown version of that post: https://pastecode.io/s/jdcy039w (you can copy-paste it over the current post body, to preserve formatting and inline links)
...comunque bastava disabilitare orbit dalle sue impostazioni, a qual punto è possibile utilizzarlo come un'estensione normale (context menu/icona addon)
Videogames 10 years ago. I was spending time on videogames basically every day. I didn't see it as something harmful, but during one christmas break I dared myself not to play videogames during the 10 days school break. Never picked up gaming since then. I sold my PS4 six months later. A few years ago I built myself a gaming PC with the intention to use it for gaming but I've actually never bought or downloaded any game
I still play local multiplayer games every once in a while with I'm over at some friends' place (eg. party games as Stickbold, Smash Bros, Mario Kart, Fifa), or online tabletop games such as hangman, gartic phone, geoguesser or boardgamesarena.com
Orribile che non sia gestita come qualsiasi altra estensione, ovvero con una propria icona spostabile e cliccabile + eventuale opzione in context menu/urlbar, ma che venga mostrata sotto forma di icona permanente in tutte le pagine. Com'è che questo design è passato? :/
If chapters are available for the video, yt-dlp has a command line argument that will split the video into different files, one for each chapter. Quoting a reddit comment:
--split-chapters
will also work with the timestamps mentioned in the description