/get method is used to search, list and retrieve metadata of Nebula objects.
- Type: String. One of "asset", "item", "event", "bin", "user"
- Default: "asset"
| { | |
| "kind": "youtube#videoCategoryListResponse", | |
| "etag": "\"XpPGQXPnxQJhLgs6enD_n8JR4Qk/DQTaSwe_YFUUgjsIFu2CaLh8db4\"", | |
| "items": [ | |
| { | |
| "kind": "youtube#videoCategory", | |
| "etag": "\"XpPGQXPnxQJhLgs6enD_n8JR4Qk/Xy1mB4_yLrHy_BmKmPBggty2mZQ\"", | |
| "id": "1", | |
| "snippet": { | |
| "channelId": "UCBR8-60-B28hp2BmDPdntcQ", |
| INPUTS := $(wildcard ./audio/*.mp3) | |
| OUTPUTS := $(patsubst ./audio/%.mp3,./output/%.mp4,$(INPUTS)) | |
| BACKGROUNDS := $(patsubst ./audio/%.mp3,./backgrounds/%.png,$(INPUTS)) | |
| AFILTERS := agate | |
| VISUALISATION := showwaves=s=1920x1000:colors=\#ececec:mode=cline | |
| POSTPROC := geq=r='r(X,Y)':a='0.75*alpha(X,Y)' | |
| OVERLAY := overlay=0:300 | |
| VFILTER := ${AFILTERS},${VISUALISATION},${POSTPROC} |
| # -- coding: utf-8 -- | |
| from win32api import * | |
| from win32gui import * | |
| import win32con | |
| import sys, os | |
| import struct | |
| import time | |
| class WindowsBalloonTip: |
This release brings some UX enhancements based on users feedback. Doing mistakes is no longer so easy.
| #!/usr/bin/env python | |
| import os | |
| import time | |
| import rex | |
| import datetime | |
| from nxtools import * | |
| from mpd import * | |
| from isodate import * |
| @reboot mkdir -p /mnt/cache/origin_dash && chown www-data:www-data /mnt/cache/origin_dash | |
| @reboot mkdir -p /mnt/cache/origin_hls && chown www-data:www-data /mnt/cache/origin_hls | |
| */5 * * * * find /mnt/cache/origin_dash -not -name "*init*" -not -name "*raw*" -mmin +5 -type f -exec rm -f {} \; | |
| */5 * * * * find /mnt/cache/origin_hls -maxdepth 1 -mmin +5 -type f -exec rm -f {} \; |
Latest tested version is 3.5.2 x64 you can get it here: https://www.python.org/ftp/python/3.5.2/python-3.5.2-amd64.exe
During the setup, install python for all users including pip and add Python path to windows env. variables.
After the installation, it should be located in c:\Program Files\Python35.
| CherryPy (8.1.0) | |
| Jinja2 (2.8) | |
| MarkupSafe (0.23) | |
| nxtools (0.5.6) | |
| Pillow (3.3.1) | |
| pip (8.1.1) | |
| pygobject (3.18.2) | |
| pygtk (2.22.0) | |
| PyYAML (3.12) | |
| setuptools (20.10.1) |