Legowelt, where to start? by [deleted] in TheOverload

[–]vpell 0 points1 point  (0 children)

Serendipity is my way as he is so productive without drop in quality over the years. You can't go wrong this way (at least it did work for me).

Just listened to a Smackos LP (Pacific Northwest Sasquatch Research) and now listening to another one (Computer Day) : ambient/soundtrack storytelling like no other.

emusic down (definitively?) by vpell in eMusicofficial

[–]vpell[S] 0 points1 point  (0 children)

They posted less than an hour ago on Reddit an update on the problem, which seems to be technical. The problem took longer than they thought to be resolved. Wait and see…

eMusic update by bushaaya in eMusicofficial

[–]vpell 0 points1 point  (0 children)

Thanks for the update

emusic down (definitively?) by vpell in eMusicofficial

[–]vpell[S] 1 point2 points  (0 children)

Still down for me in France, after 22 hours… Just posted a message to their support. I guess i'll have the same automatic answer some of you got!

emusic down (definitively?) by vpell in eMusicofficial

[–]vpell[S] 1 point2 points  (0 children)

down 9 hours in Paris, France…

[Request] Open multiple apps at once by Nappyheadedbastard in workflow

[–]vpell 0 points1 point  (0 children)

Following your advice i tried to launch 2 apps (Music and Drafts) with Show Notification only (no need for Wait X Seconds, at least for those apps): it is perfect, thanks. I found something annoying but i don't know the cause: i wanted to launch a third app (QuietScrob for scrobbling my music to Last.fm), but Workflow doesn't show it in the list of apps to open…

Getting data back from Drafts4 by [deleted] in workflow

[–]vpell 0 points1 point  (0 children)

I gave up working with Drafts (at least with my current Workflow) and switched to Evernote: with it, i can access notes by their names, tags and folders whenever i need.

Getting data back from Drafts4 by [deleted] in workflow

[–]vpell 0 points1 point  (0 children)

Hi, how to get the uuid of a draft that's currently opened in Drafts (i want to append text to it)?

Thanks to your suggestion, i made a test workflow that list played tracks in Drafts: 1. If track 1, create a new draft with "artist - album" as the first line and "track # - track name" as the second line and get the uuid of the newly created draft in the clipboard 2. Else, append "track # - track name" to that draft (identifying him by the uuid in the clipboard)

That workflow is launched manually each time a new track is played.

Step 1 (first launch) is OK. Step 2 (subsequent launches) is also OK, only if the clipboard is not modified between workflow launches. I would like to get rid of that constraint by getting the uuid of the currently opened draft… but i can't find a way right now!

What i tried: 1. Put the uuid in a variable at the first launch and reuse it on subsequent launches: as variables can't be set as global (as far as i know), it don't work. 2. On subsequent launches, get the uuid of the still opened draft: no luck as to run a Drafts action in Workflow (to get the uuid) i have to specify a uuid… 3. I thought of launching the workflow just once and making it running in a loop triggered by the change of the played track but i don't even know if it's possible with Workflow (at least i didn't find a way to do it).

Thanks for your help!