Jump to content

0x6368

Member
  • Posts

    10
  • Joined

  • Last visited

Everything posted by 0x6368

  1. LIFred: Control your LIFX smart bulbs Description LIFred is a customizable Alfred Workflow to control your LIFX smart bulbs. You can turn on/off some/all. set the color to some/all bulbs. let some/all bulbs breathe in a specific color. let some/all bulbs pulse in a specific color. All of these actions work from the local network or over the internet. Settings You can show or hide all actions or bulbs to make the workflow fit your needs. Getting started Download the latest version from here and follow the instructions on how to set it up.
  2. After I executed the two terminal commands, I got the warning message that library is in progress (don't know if it worked before), but it did not end. So I killed it and it seems to work now. Sent you a pm on last.fm (didn't find the button here xD) with the download link for the tgz file :-)
  3. Okay, I think I actually found the problem now. The iTunes playlists that were listed in the output were in the playlist folder "iTunes". If I delete the empty playlist "FM4" at the end of the folder, I get the JSON-Code. If the playlist is at the end of the folder, I don't get the JSON-Code. Hope this helps! :-) Edit: I get the JSON-Code now, but I still don't get a notification that the library is installed and I still see the "Install Library" entry. This is my console output:
  4. I already tried version 2.0; I still don't get a message that the library was installed even though I don't have an empty playlist. But I think I know where the problem is. It looks like you iterate iTunes playlists as well. In iTunes I have a playlist with an audio stream (URL: http://mp3stream1.apasf.apa.at:8000/). Maybe you can access the playlist with the URI: spotify:user:@:playlist:54TRqJcX15CifJyeEhLq8G
  5. I added the line console.log(snapshot.length,array_tracks); But it seems that every playlist is added. I get the following output: getPlaylists finished [Object, Object, Object, Object, Object, Object, Object] 111 1 111 2 111 3 111 4 111 5 111 6 111 7 111 8 111 9 111 10 111 11 111 12 111 13 111 14 111 15 111 16 111 17 111 18 111 19 111 20 111 21 111 22 111 23 111 24 111 25 111 26 111 27 111 28 111 29 111 30 111 31 111 32 111 33 111 34 111 35 111 36 111 37 111 38 111 39 111 40 111 41 111 42 111 43 111 44 111 45 111 46 111 47 111 48 111 49 111 50 111 51 111 52 111 53 111 54 111 55 111 56 111 57 111 58 111 59 111 60 111 61 111 62 111 63 111 64 111 65 111 66 111 67 111 68 111 69 111 70 111 71 111 72 111 73 111 74 111 75 111 76 111 77 111 78 111 79 111 80 111 81 111 82 111 83 111 84 111 85 111 86 111 87 111 88 111 89 111 90 111 91 111 92 111 93 111 94 111 95 111 96 111 97 111 98 111 99 111 100 111 101 111 102 111 103 111 104 111 105 111 106 111 107 111 108 111 109 111 110 111 111 22 1 22 2 22 3 22 4 22 5 22 6 22 7 22 8 22 9 22 10 22 11 22 12 22 13 22 14 22 15 22 16 22 17 22 18 22 19 22 20 22 21 22 22 1 1 127 1 127 2 127 3 127 4 127 5 127 6 127 7 127 8 127 9 127 10 127 11 127 12 127 13 127 14 127 15 127 16 127 17 127 18 127 19 127 20 127 21 127 22 127 23 127 24 127 25 127 26 127 27 127 28 127 29 127 30 127 31 127 32 127 33 127 34 127 35 127 36 127 37 127 38 127 39 127 40 127 41 127 42 127 43 127 44 127 45 127 46 127 47 127 48 127 49 127 50 127 51 127 52 127 53 127 54 127 55 127 56 127 57 127 58 127 59 127 60 127 61 127 62 127 63 127 64 127 65 127 66 127 67 127 68 127 69 127 70 127 71 127 72 127 73 127 74 127 75 127 76 127 77 127 78 127 79 127 80 127 81 127 82 127 83 127 84 127 85 127 86 127 87 127 88 127 89 127 90 127 91 127 92 127 93 127 94 127 95 127 96 127 97 127 98 127 99 127 100 127 101 127 102 127 103 127 104 127 105 127 106 127 107 127 108 127 109 127 110 127 111 127 112 127 113 127 114 127 115 127 116 127 117 127 118 127 119 127 120 127 121 127 122 127 123 127 124 127 125 127 126 127 127 3 1 3 2 3 3 2 1 2 2
  6. Does still not work. Line 306 is false, because array_results.length equals 6 and matchedPlaylists.length equals 7.
  7. Yea, I have got a folder at the end of my playlist. Thank you! Awesome support! :-) BTW: I like your musical taste, Bon Iver is great!
  8. Cool, I didn't know there is a debug console I debugged it a bit a found out, that snapshots.length (miniplayer.js line 269) equals 8, but snapshots.get(7) (miniplayer.js line 271) is null, so line 288 is never called. Any idea why it is null?
  9. I do not get any JSON-Output. I don't get an error either. Do you have any idea what the problem is? I am stuck at the following screen:
×
×
  • Create New...