powellnorma
powellnorma
Ok, so when will this get fixed? And is there an issue/ticket one can track? Thanks.
I don't think the issue you linked describes my specific issue, though. It seems to be about deleting a file/symlink, while my issue is about dereferencing anything that does not...
This URL could be used for testing: https://sample-videos.com/ https://sample-videos.com/video321/mp4/720/big_buck_bunny_720p_30mb.mp4
For now, the following can be used as a workaround via dev console: ```js let d = JSON.parse(localStorage.getItem("app-models")); d.state.llms.forEach(x => x.hidden = true); localStorage.setItem("app-models", JSON.stringify(d)); ```
> Something like the "hide non-free" ? That would work. Since most models are non-free, this button alone would already have been enough for me (in this case). Another idea...
I found these two, hope that helps: timeline_activities.json ```json "a1234567-b890-12d3-e456-426614174000": { "id": "a1234567-b890-12d3-e456-426614174000", "timestamp": "2025-10-10T12:47:11.023+0000", "title": "MSCI World USD (Dist)", "icon": "logos/IE00BK1PV551/v2", "subtitle": "Aktien \u00fcbertragen", "action": { "type": "timelineDetail", "payload":...
For a failed transfer: all_events.json ```json { "id": "83af5c46-caa7-4e07-a504-ef0fbe367925", "timestamp": "2024-11-16T11:55:12.959+0000", "title": "MSCI World USD (Dist)", "icon": "logos/IE00BK1PV551/v2", "subtitle": "Aktien übertragen", "action": { "type": "timelineDetail", "payload": "83af5c46-caa7-4e07-a504-ef0fbe367925" }, "source": "timelineActivity",...
I tried it, but then the video does not play at all. :/ The problem likely being that none of the yt_fmt in yt_formats has the original german audio track....
It works, thank you! I turned the .zip into a PR: https://github.com/user234683/youtube-local/pull/242