
Daniele
Member-
Content Count
29 -
Joined
-
Last visited
About Daniele
-
Rank
Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Yes! You're totally right. Just fixed and it works perfectly. Thank you
-
Daniele started following Start script when forward key is pressed, [PYTHON] Problem to retrieve PATH, Add contact Workflow and 3 others
-
Hello, I have a little script in python that simply check if a file exists. like this: import os def myfunction(): jpg = "Volumes/mydrive/image.jpg" png = "Volumes/mydrive/image.png" if os.path.isfile(jpg): return jpg elif os.path.isfile(png): return png else: return "none" The problem is that, if I call this script from command line works perfectly. But if I launch this same script from a Script Filter in Alfred it always give me "none". What is my mistake? Thanks
-
Hello, is there a workflow to quick add a new contact directly using Alfred? Thanks
-
DownMedia — Download media from popular sources
Daniele replied to vitor's topic in Share your Workflows
Just deleted youtube-dl forcing with: brew uninstall --ignore-dependencies youtube-dl and install again. It works now. Thank you -
DownMedia — Download media from popular sources
Daniele replied to vitor's topic in Share your Workflows
Ok, sorry. Here there are: 1) Output: Updating Homebrew... ==> Updated Casks epichrome protonmail-bridge sequel-ace swish toolreleases Warning: youtube-dl 2020.11.1.1 already installed 2) Workflow version: 20.10 3)Alfred version 4.2[1180] 4)Catalina 10.15.7 5) URL tested: https://www.youtube.com/watch?v=t8PcvrovE7k 5)Debugger: [15:56:35.733] DownMedia[Script Filter] Queuing argument '' [15:56:36.478] DownMedia[Script Filter] Script with -
DownMedia — Download media from popular sources
Daniele replied to vitor's topic in Share your Workflows
Hello, today this bug: ERROR: DownMedia[Run Script] ERROR: Unable to extract JS player URL; p Why?? -
This is interesting. Thank you
-
Thanks. I'll try 🙂
-
Ok let me explain better. I have a simple workflow that starts a timer via keyword. Basically it's a time tracker. I start/stop the workflow every time I begin/finish working on something. My problem is that sometimes I forget to stop the timer and this is a problem. I supposed to create a gif floating image that will be opened once I start the time tracking, as a reminder of the tracking status. You're solution are good, but the question is: how to do this via workflow or script?
-
Hello dear 🙂 I would like create a workflow that opens a gif image , and force it to stay always on top and floating on my desktop. Example, if 'd go fullscreen, the image stay always on top. Is that possible? Thanks
-
DownMedia — Download media from popular sources
Daniele replied to vitor's topic in Share your Workflows
Simply this workflow is incredible! Is there a way to split a single audio into tracks? Like a complete album to songs. Thank you -
solved [SOLVED] How to eliminate result from Script Filter
Daniele replied to Daniele's topic in Workflow Help & Questions
Thank you ! 🙂 ps. your MPD workflow simple saved my life 🙂 -
Hello guys, I created a workflow with an external trigger. I would like to launch that trigger when user press the media key "Forward or Next" on Mac Keyboard. My Idea is to launch an applescript that launches the trigger, but how call the script by pressing "Next" button? How Can I do this? thank you very much
-
Hello mates, thank you for your support. I solved in a simple way. 1) created a external trigger that do something 2) Created a script with AS that call launch the triggger 2) created file .plist to load it into launchd that simple run every 6 hours (21600 seconds) I highly recommend to install LaunchControl app from Brew Cask, that helps you a lot configuring launchd. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.d