sr_navarre
Member-
Posts
68 -
Joined
-
Last visited
Recent Profile Visitors
2,096 profile views
sr_navarre's Achievements
Member (4/5)
2
Reputation
-
It seems to work just fine now. Thanks! It's awesome when a developer is so responsive.
-
Thank you for getting back to me. I'm pasting the results from the debugger below. The first is from running btd, the second is btsetfavorite. [21:51:52.387] Logging Started... [21:52:01.294] Bluetooth Controller[Script Filter] Queuing argument '(null)' [21:52:01.513] Bluetooth Controller[Script Filter] Script with argv '(null)' finished [21:52:01.516] ERROR: Bluetooth Controller[Script Filter] Code 1: Traceback (most recent call last): File "./return_device_json.py", line 41, in <module> device['address'], device_name) + "},") AttributeError: 'NoneType' object has no attribute 'lower' ___________________________________________________________________________________________________ [21:52:40.137] Bluetooth Controller[Script Filter] Queuing argument '(null)' [21:52:40.320] Bluetooth Controller[Script Filter] Script with argv '(null)' finished [21:52:40.322] ERROR: Bluetooth Controller[Script Filter] Code 1: Traceback (most recent call last): File "./return_device_json.py", line 41, in <module> device['address'], device_name) + "},") AttributeError: 'NoneType' object has no attribute 'lower'
-
Hi, This looks like a workflow that I'll get a lot of use out of. I'm having a bit of trouble with it, though. Specifically when I use btd + devicename, or try to configure btsetfavorite, it only gives me the option to search Google for "btd devicename" etc. I tried following your instructions to install blueutil and python, so I don't think the problem is there. I'm using all the latest stable versions of all software on an MBP, if that matters.
-
I can't seem to figure out how to configure my home address. Could someone help me out? Thanks.
- 49 replies
-
- google maps
- advanced google maps
- (and 4 more)
-
wtellier reacted to a post in a topic: Search IMDB
-
Thank you so much. I've wanted this functionality back ever since the old one stopped working, but I don't know how to code. It's easily my most-used workflow, and it just wasn't the same without the integration. Thank you!
-
Hi, This is probably my most used workflow, so thanks! Recently I've been having some trouble with it, though. Instead of presenting me with a list of search suggestions, I just get the top line "Search IMDB for {my query}" and the second line displays the last name I searched for when the workflow was still working normally. I'm attaching a picture to demonstrate what happens when I search for "the godfather." I'm using the latest stable version of the Mac OS , and nothing has changed as far as I know. Do you have any ideas? Thanks!
-
vitor reacted to a post in a topic: I desperately need someone to create a random file picker for me. Details inside.
-
Sorry, vitor. I really didn’t mean to be a pest. I’ll go back through the old posts and see if I can clarify anything.
-
A while back, a user named Claui created a workflow for me that randomly selects a specified number of files from one folder and copies them into another. I would be so grateful if anyone could make this work with subfolders. That is, say I have a folder called Folder. It's got subfolders called 1, 2, and 3. Each of those has files called 1a, 1b, 2a, 2b, 3a, 3b, etc. This workflow, when pointed at "Folder" would ideally choose randomly from files in all of the subfolders, so it might choose 1a and 3b. Here is the GitHub link for Claui's version: https://github.com/claui/alfred-random_file_picker I know some of you will remember this request from before, and I apologize if it's annoying. It's just that this would make my workflow unbelievably more efficient, and I have no idea how to do it myself. Thanks for taking the time.
-
A while back, a user named Claui created this workflow for me. I absolutely appreciate her attempt, but it never quite did what I needed and now it doesn't seem to work at all. Could some kind soul who knows how to do this kind of thing take another stab at it, maybe using Claui's work as a jumping-off point? Here's what I need to do. Say I have a folder with 1,534 files. Some are videos, some are pictures, some might be other formats. I want a workflow where I can activate it (either through a keyword or a file action) and have it ask me how many of each file type I want. So, let's say I want 12 videos and 45 images. I pop these numbers into the workflow and it copies 12 random videos and 45 random images into another folder. Then, I can run the workflow again with totally different numbers and get a whole different set of files. A big caveat here is that this workflow must support subfolders. So the files it selects could come from the top-level folder or any one of however many subfolders there may be. Can anyone build this for me? I'll owe you something. I can't code, but if there's anything I can do in return, I'm your guy. Thanks so much.
-
A couple of months ago, user Claui created a workflow for me called Random File Picker. It randomly chooses a specified number of files from a specified folder and copies them somewhere else. It does not, however, include files within subfolders of the specified folder. If anyone could edit it to add this functionality, I would be in your debt!
-
sr_navarre reacted to a post in a topic: How can I use Alfred to choose a random selection from a large group of files?
-
I would like to create a workflow that will take a folder of, say, 1000 files and choose a certain number of them at random, which it will then copy into a second folder. Could someone point me in the right direction? To make things more complicated... what if I wanted to select two different numbers of two different file types? For example, I might want to point Alfred to a folder containing 3,000 files of all different types and have it randomly choose 10 videos and 100 pictures, which it would then copy to another folder. Is any of this possible?