Jump to content

nammin

Member
  • Posts

    16
  • Joined

  • Last visited

Everything posted by nammin

  1. was trying to download a video but got an error did the debug [20:30:38.216] Logging Started... [20:30:39.863] Download Media[Script Filter] Queuing argument '' [20:30:40.310] Download Media[Script Filter] Script with argv '' finished [20:30:40.315] STDERR: Download Media[Script Filter] /Users/bangtan/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.D7D5BD4F-6C64-429C-BE22-9982EF6680C8/get_title_and_url.js: execution error: Error: Error: You need a supported browser as your frontmost app (-2700) [20:30:40.316] Download Media[Script Filter] {"items":[{"subtitle":"Add to WatchList (⌥): true 𐄁 Full Playlist (⌘): false","valid":true,"variables":{"media_type":"video","add_to_watchlist":true,"full_playlist":false},"mods":{"cmd":{"subtitle":"Add to WatchList (⌥): true 𐄁 Full Playlist (⌘): true","variables":{"media_type":"video","Add_to_watchlist":true,"full_playlist":true}},"alt":{"subtitle":"Add to WatchList (⌥): false 𐄁 Full Playlist (⌘): false","variables":{"media_type":"video","add_to_watchlist":false,"full_playlist":false}},"cmd+alt":{"subtitle":"Add to WatchList (⌥): false 𐄁 Full Playlist (⌘): true","variables":{"media_type":"video","add_to_watchlist":false,"full_playlist":true}}},"uid":"Download video clipboard","title":"https://twitter.com/allabaomar/status/1624526541286936577?s=20","arg":"https://twitter.com/allabaomar/status/1624526541286936577?s=20"}]} [20:30:41.401] Download Media[Script Filter] Processing complete [20:30:41.403] Download Media[Script Filter] Passing output 'https://twitter.com/allabaomar/status/1624526541286936577?s=20' to Run Script [20:30:41.629] ERROR: Download Media[Run Script] /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/open3.rb:213:in `spawn': No such file or directory - yt-dlp (Errno::ENOENT) from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/open3.rb:213:in `popen_run' from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/open3.rb:159:in `popen2' from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/open3.rb:342:in `capture2' from /Users/bangtan/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.D7D5BD4F-6C64-429C-BE22-9982EF6680C8/downmedia_functions.rb:153:in `download_url' from /Users/bangtan/Library/Caches/com.runningwithcrayons.Alfred/Workflow Scripts/CE72169F-CA3A-47DF-AB89-44AFCD337DEE:5:in `<main>'
  2. copy to clipboard doesn't seem to be working anymore :(
  3. so you just put infuse://x-callback-url/play? x-success=some-app://x-callback-url/playbackDidFinish& x-error=some-app://x-callback-url/playbackDidFail& url= this in for it?
  4. https://support.firecore.com/hc/en-us/articles/215090997-Callback-URLs-iOS-macOS- this is an example
  5. i saw you helped someone else @Vero with i removed and re-add it seemed to help
  6. yeah i tried different combos - no noises or anything ive always used option+k if its not on option+k it makes a noise thou not sure if the image would help
  7. i usually do control k but it doesn't seem to work anymore Version 4.6.3 [1284] Mac Monterey 12.2.1
  8. #!/bin/sh file=$1 times=$2 x=1 while [ $x -le $times ]; do ffmpeg -ss $(echo "$x * 60" | bc -l) -i "$file" -an -vframes 1 -f image2 -vf "yadif,scale='max(sar,1)*iw':'max(1/sar,1)*ih'" image$(echo "$x").png; x=$(( $x + 1 )) done usage syntax is like this: scriptname movie.mkv 20 scriptname is the name of the file you paste the commands in, movie.mkv is the video file, number at the end is the number of screenshots you want
  9. It says app not found when I try to log in I dont like using dfs
  10. is there a way to copy the magnet so i can open it with peerflix?
×
×
  • Create New...