-
Content Count
17 -
Joined
-
Last visited
About csaborio
-
Rank
Newbie
- Birthday 11/11/1975
Profile Information
-
Location
Australia
-
Jasondm007 reacted to a post in a topic: Apple Music Workflow to add Current Song to Playlist
-
Apple Music Workflow to add Current Song to Playlist
csaborio replied to csaborio's topic in Workflow Help & Questions
Hey! Unfortunately, I've given up on this. I just switch to iTunes and add the song directly to the playlist. I used to love to this via Alfred, but the hours I've spent trying to automate everything are simply not worth my time or anger. Apple needs to kill Applescript.- 5 replies
-
- add to playlist
- itunes
-
(and 2 more)
Tagged with:
-
csaborio reacted to a post in a topic: Feature Request : Interactive Variables for Snippets
-
Feature Request : Interactive Variables for Snippets
csaborio replied to csaborio's topic in Alfred Feature Suggestions
Yes, I second deanishe..the idea of using snippet triggers is not a good alternative, at least not for me. On top of the reasons listed above, you also have to think of being able to export these things to work with another platform if you choose to go with another product in the future and, (AFAIK) snippet triggers can't easily be exported to be imported into another macro-like program I've done a bit of research and for my purposes (web code snippets with variable placeholders) Dash is the best choice out there, also gives you amazing offline documentation. -
csaborio reacted to a post in a topic: Feature Request : Interactive Variables for Snippets
-
csaborio reacted to a post in a topic: Feature Request : Interactive Variables for Snippets
-
Feature Request : Interactive Variables for Snippets
csaborio replied to csaborio's topic in Alfred Feature Suggestions
Hi Vero, Thanks for the reply. My apologies for sounding a bit negative, but I've been juggling between Rocket Typist, Dash's code snippets and Alfred's snippets without any luck for some time. It seems to me a lot of work went into Alfred to make workflow creation easier and more robust, but snippets were left out in the cold. The dynamic placeholders within workflows seems to be the only way to achieve what I would need, but that means creating a workflow every time I need a snippet. The thought of organising my workflows that use dynamic placeholders is just mind- -
csaborio changed their profile photo
-
csaborio started following 1p hotkey sort of failing, Feature Request : Interactive Variables for Snippets, Bear workflow - search and create notes and 2 others
-
Not sure if this has been requested, but I was dissapointed to see that the "Snippets" feature was not touched in this last 4.0 update. I would love to be able to create snippets that interacted and requested info based on how you define it. For instance, if my snippet is defined as: "Your name is %name%", when executed, a prompt will request the %name% value and then paste the shortcut --> "Your name is Christian". I am trying to use RocketTypist to do this but it's buggy, this would be a nice addition to the snippet feature in Alfred, which I have found to be very respon
-
csaborio reacted to a post in a topic: NewFile — Creates a new file in the current Finder directory
-
Remove sound when snippet auto expands by keyword??
csaborio replied to joshyboyrules's topic in Discussion & Help
Is there a way to replace the default sound? -
Love it, thank you! ☺️ (that emoji was pasted with your workflow ?)
-
Apple Music Workflow to add Current Song to Playlist
csaborio replied to csaborio's topic in Workflow Help & Questions
Thanks for the reply...I guess we'll just have to wait and see.- 5 replies
-
- add to playlist
- itunes
-
(and 2 more)
Tagged with:
-
csaborio reacted to a post in a topic: Apple Music Workflow to add Current Song to Playlist
-
I was ecstatic when I found a workflow to add the currently playing track any playlist of my choice. So fast and efficient! But, alas, the workflows out there do not seem to work with Apple Music. I have looked at AppleScript API for iTunes (god I hate AS) and the small proof of concepts I have made have failed miserably. Has anybody gotten close to doing this? I am so sick of adding songs to playlists like a mere mortal! Thanks! -Christian
- 5 replies
-
- add to playlist
- itunes
-
(and 2 more)
Tagged with:
-
csaborio reacted to a post in a topic: Import snippets from other apps?
-
MisterBo reacted to a post in a topic: Import snippets from other apps?
-
Would love to have a way to import snippets already created in other apps into Alfred? I'm thinking apps like aText, TextExpander, etc?
- 10 replies
-
- snippets
- text expander
-
(and 1 more)
Tagged with:
-
Yes, this would be amazing to have, +1.
-
csaborio reacted to a post in a topic: Allow {TAB} for Snippets
-
csaborio reacted to a post in a topic: Allow {TAB} for Snippets
-
Out of curiosity, why are you not using 1Password's built-in function for this? I have a key combo assigned to it, I type in the website and I hit enter, don't have to touch the mouse: https://www.evernote.com/l/ABAw_C74vWNFLLqLNahpxWnX2PRt_wxyYqIB/image.png
-
I was looking for a way to switch to an airplay device using Alfred Remote. I found this script and modified it, then created two scripts within Alfred Remote and now I can switch between my airplay devices without having to use Remote.app at all! on alfred_script() tell application "iTunes" set apNames to (get name of AirPlay devices) set apDevices to (get AirPlay devices) set rez to "extender" --replace extender with your Airplay device name set apPlays to {} repeat with i from 1 to length of apNames if item i of apNames is in rez then set end of apPlays to item i of apDevices e
-
Thank you, this is brilliant!
-
Hmmm...what are your options for advanced?
-
csaborio started following Share your Workflows