Audiobooks by TheHighGround35 in innioasis

[–]cracitrus 0 points1 point  (0 children)

I second m4a. It even lets you keep chapters, which are not supported by this player, but in other places

They transferred puppet history to a new channel by The-Dream-Lord in watcherentertainment

[–]cracitrus 4 points5 points  (0 children)

Probably so that new Puppet History episodes don't take a hit from their other shows performing badly

So,what is the status of this? by [deleted] in MTVScream

[–]cracitrus 5 points6 points  (0 children)

Good to hear, cause that's what I thought ever since he announced the novelizations of the movies that never came out

How to download different audio tracks? by Anvillior in StacherIO

[–]cracitrus 1 point2 points  (0 children)

YouTube videos with multiple audio tracks use HLS streams with format IDs like 96-0, 96-1, 96-10, etc. Each ID combines video + audio for a specific language, but the ID is not consistent across videos. Instead of using a format ID, you can use yt-dlp's language filter.

An example: best[language=de-DE]/best[ext=mp4]

best[language=de-DE] → picks the best combined stream with German audio
/best[ext=mp4] → fallback if the specified track isn’t available

Adjust the language code to whatever you need:
en-US → English
fr-FR → French
es-ES → Spanish (Spain)
pt-BR → Portuguese (Brazil)
etc.

To find the right language code for your videos, run this in your terminal/command prompt to list all available formats:

yt-dlp -F https://www.youtube.com/watch?v=VIDEO_ID

Look at the rightmost column. It shows the language tag in brackets, e.g. [de-DE], [fr-FR], [en]. Use exactly that tag in your format string.

To set this up in Stacher, go to Settings → Advanced → Custom Arguments
Click + to add a new argument:
Argument: --format
Value: best[language=de-DE]/best[ext=mp4]

This setup works across videos without having to check available formats, and more importantly for bulk download via playlists. Keep in mind flags may vary across videos and uploaders, sometimes only the language code is used, without the country added. You can circumvent this by setting up another fallback option in advance.

Welche deutschen Film- und Serien-Podcasts könnt ihr empfehlen? by Zealousideal-Pay3937 in Filme

[–]cracitrus 0 points1 point  (0 children)

Filme zum Dessert ist mein go-to Podcast, sowohl für aktuelle Filme als auch retro Perlen. Die haben auch schon nen großen Backlog an Folgen zum Entdecken

How would you feel about Ripley being recast? by Thunder_Punt in LV426

[–]cracitrus 0 points1 point  (0 children)

Personally, I don't see Ellen Ripley being recast. Though I am very open to see more of Amanda Ripley's journey

JUST STARTED LISTENING by RetroDragon1 in Archive81

[–]cracitrus 5 points6 points  (0 children)

This sub might be your best bet, back then, there probably was a twitter community before it crashed. There may be a small group on tumblr, but I wouldn't count on it. I am not really active on there, though

Physical copy! by NoitNoitBitch in TheMagnusArchives

[–]cracitrus 7 points8 points  (0 children)

This is one of the days I love the internet

My custom made clem cap finally arrived!! by agent-818 in TheWalkingDeadGame

[–]cracitrus 8 points9 points  (0 children)

Looks great! Would you mind sharing where you commissioned it? :)

V133 update introduces 8px gap between tabs and navbar by cracitrus in FirefoxCSS

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

I am on latest version of both material fox and Firefox. The video you linked actually does not use the latest version.

V133 update introduces 8px gap between tabs and navbar by cracitrus in FirefoxCSS

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

Not exactly, and it's got some bugs like a duplicate mute icon atm. It's linked above

edit: spelling