Jump to content

AstroSkipper

Member
  • Posts

    5,012
  • Joined

  • Days Won

    670
  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by AstroSkipper

  1. Who’s going to take offence at that? And then get all offensive yourself, too. You really don’t need to do that. And speak only for yourself! It’s extremely presumptuous to try to speak for others. Be a man and speak for yourself! In that case, you don’t need to reply either. If you’ve no clue, it’s best to wrap oneself in modest silence.
  2. BTW, the Android tablet I'm currently using is an old Lenovo Tab M10 HD, originally supplied with Android 10 and updated to Android 11. So somewhat ancient, too. But my Windows XP computer from 2000 is one of the most ancient here in the forum, I think.
  3. That's why I said "Or" as an alternative. If you don't use an Android device, you won't be able to do that, of course. Shall I explain that to you in more detail?
  4. On Android in Opera 99.2.5094.88935, you can only play the video if you allow ‘protected content’. Your assessment can’t be entirely correct.
  5. Or open websites such as https://www.ctvnews.ca/toronto/video/2026/06/20/germany-fans-take-over-streets-of-toronto-ahead-of-world-cup-game/ on Android in Chrome 149. ‘Rubbish to rubbish’ is my motto.
  6. A big thank you, @autodidact! If you could sort that out, it would be absolutely perfect. That way, I’d be able to include your latest versions of ffmpeg, ffprobe and ffplay in my ytBATCH for Windows XP. However, ffplay is missing from your static archive. Could you please add it there, too? Kind regards, AstroSkipper
  7. Wise choice; and you should probably stay there, too... Based on my most recent tests, the only logical conclusion. Words of wisdom ! This kind of "wisdom" is due to the fact that newer versions are no longer tested for performance to the same extent, and certainly not on older operating systems, as everything has become very fast-paced and there is no real interest in real optimisation, given that most users have such powerful hardware that they no longer even notice such software flaws. Yep, very hot here but I think that’s nothing compared to the temperatures you usually get in Greece. Kind regards
  8. FYI, from now on, you can find links to all my YouTube projects in the third post of this thread.
  9. Hello @Reino! Is there already a new address for your great releases? 🤔
  10. Thanks for your releases and for adding ffplay! Please keep it alive! ffplay is a great media player , and my next release of ytBATCH for Windows XP will use it as I implemented a MediaBrowser in the form of a BAT file. BTW, do you also provide static urls to your XP releases?
  11. Up until now, there has been no reason to use quickjs in combination with yt-dlp.exe. I use yt-dlp.exe in many places. Primarily, of course, in ytBATCH for Windows XP, in VLC with Lua scripts, in 3D YouTube Downloader and so on. In what situations do you need quickjs?
  12. I am absolutely convinced that a YouTube Search script of this kind, which is limited solely to searching for YouTube links, would use far fewer resources and would therefore also be suitable for older hardware and older operating systems such as Windows XP.
  13. Just an idea. You could also modify the youtube_search.lua script so that it only performs the YouTube search, but when a link is clicked, it passes it on to VLC, which then plays the YouTube link using the perfectly functioning youtube.lua script. That would streamline the script and make use of existing code. In such a case, there would be no need to reinvent the wheel. But as initially said, it's just an alternative approach. An AIO solution is of course fine, too. And optimisation is great, but first comes fixing as your script doesn't work at all under Windows XP.
  14. @panda_zzz Your youtube_search.lua script is actually well written and the YouTube Search GUI is well implemented. However, it needs to be put on the workbench and everything relating to paths needs to be revised. The comments need to be significantly reduced, and the entire script needs to be streamlined. The YouTube links that are called up should be processed in exactly the same way as in the youtube.lua script. However, your solution of accessing YouTube links via a temporary BAT file is prone to errors when it comes to file paths.
  15. Of course, you can resolve relative path issues in such Lua scripts by using hard-coded, absolute paths, but that’s not exactly the pinnacle of programming. If you copy my youtube.lua(c) script into the lua\playlists subfolder of VLC, it automatically recognises yt-dlp.exe and hidecon.exe without the user having to set any absolute paths. This is how it should work in the youtube_search.lua script as well. When looking into your log, you can clearly see that the script doesn't add any path to the yt-dlp.exe file: lua: [yt-ext] cmd: yt-dlp.exe "ytsearch10:Adele" -J --flat-playlist --no-warnings --encoding utf-8 lua: [yt-ext] bat cmd: yt-dlp.exe "ytsearch10:Adele" -J --flat-playlist --no-warnings --encoding utf-8 Of course, this only works if the BAT file or the CMD file is run from VLC’s programme folder.
  16. @panda_zzz Your youtube_search.lua script isn't able to find yt-dlp.exe in the VLC directory under Windows XP.
  17. I also tried the youtube_search.lua script in a normal VLC 2.2.8 installation without any success. This script is unfortunately not working.
  18. I use VLC 3.0.8 Portable. Your script doesn't seem to open yt-dlp.exe (checked with Process Hacker) presumably, because it can't find yt-dlp.exe two steps above. Your script youtube_search.lua is located in c:\Portable\VLC media player 3.0.8\lua\extensions\ and yt-dlp.exe together with hidecon.exe is located in c:\Portable\VLC media player 3.0.8\. -- logger module started -- main: VLC wird mit dem Standard-Interface ausgeführt. Benutzen Sie 'cvlc', um VLC ohne Interface zu verwenden. main: playlist is empty lua: [yt-ext] platform=windows ytdlp=yt-dlp.exe lua: [yt-ext] cmd: yt-dlp.exe "ytsearch10:Adele" -J --flat-playlist --no-warnings --encoding utf-8 lua: [yt-ext] bat cmd: yt-dlp.exe "ytsearch10:Adele" -J --flat-playlist --no-warnings --encoding utf-8 lua: [yt-ext] cmd: yt-dlp.exe "ytsearch10:Adele" -J --flat-playlist --no-warnings --encoding utf-8 lua: [yt-ext] bat cmd: yt-dlp.exe "ytsearch10:Adele" -J --flat-playlist --no-warnings --encoding utf-8 -- logger module stopped --
  19. I tried your youtube_search.lua script. Additionally, I changed the subtitle to 'en'. But when entering a search string as, for example, Adele and clicking 'Search', nothing happens, i.e., 'No results found'. What am I missing? As far as I can see, your script can't find my yt-dlp.exe which is in the main programme folder together with hidecon. I should mention I use portable versions of VLC only.
  20. Thanks @nicolaasjan! I know that. We both had a conversation with maroc in those days. At that time, I have installed MPC-HC 2.2.1. But I prefer the combination I mentioned in my previous post. And I enhanced ytBATCH for Windows XP to open my files downloaded from YouTube with ffplay. And for only watching YouTube streams, VLC with my youtube.lua script is absolutely fine.
  21. After all the drama surrounding MSFN, Google has gone and made things even worse. YouTube no longer runs at all within browsers on older, low-performance hardware like my P4. The Vorapis script can no longer play videos on my hardware in New Moon 28 and Serpent 52 on Windows XP. For some reason, the h264 codec can no longer be used in the same way as before. So I’ve removed all scripts and extensions from these browsers. They’ve become useless to me. I now only use VLC with my youtube.lua script. I search on YouTube using the 3D YouTube Downloader, which can of course also download videos and audio files. And naturally, I’m using the latest version of my ‘ytBATCH for Windows XP’ (version 1.7).
  22. For a longer time, New Noon 28 and Serpent 52 don't work correctly on MediaFire. When logging in and opening a folder with more files the screen can show there is no scroll bar to get the next ones in the list. Here are screenshots from the NM and Sp browser consoles: And here is a screenshot of a MediaFire's folder taken from my account where you can see the missing vertical scroll bar:
  23. VLC is also used to watch streams. And that means YouTube streams, too. Therefore, your request is totally on topic. Your observation in terms of the 3.0.8 version is interesting. I will try this version in my system the next days. One thing is clear. The latest versions aren’t always the best on older systems. They are no longer tested on older operating systems. I can confirm that regarding your BBC Radio 2 Live stream http://as-hls-ww-live.akamaized.net/pool_74208725/live/ww/bbc_radio_two/bbc_radio_two.isml/bbc_radio_two-audio=96000.m3u8 the 3.0.24 version from 29.05.2026 behaves very bad, but the 3.0.8 version perfectly. Even the 3.0.20 version is ok but the 3.0.8 version performs best. When it comes to my YouTube test video https://www.youtube.com/watch?v=ffcitRgiNDs however, I can't see any differences in CPU usage.
  24. VLC is also used to watch streams. And that means YouTube streams, too. Therefore, your request is totally on topic. Your observation in terms of the 3.0.8 version is interesting. I will try this version in my system the next days. One thing is clear. The latest versions aren’t always the best on older systems. They are no longer tested on older operating systems.
  25. I realise VLC specifically is NOT the topic of this thread, but could you be so kind as to actually pinpoint/link to that version? On https://artifacts.videolan.org/vlc-3.0/nightly-win32/ you can see that their server retention goes back to last December, ONLY, so I expect, in the future, that older "artifacts" will be forever purged ; perhaps this last, XP-compatible, build deserves to be archived for posterity ... All 3.0.23 versions are compatible with Windows XP. The last 3.0.23 version was releases on 12.05.2026. The last Windows XP compatible 3.0.24 version was from 29.05.2026.
×
×
  • Create New...