Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | also include jingle group name in JingleListEntry | Christian Pointner | 2016-02-11 | 1 | -3/+4 | |
| | ||||||
* | fetching jingle list | Christian Pointner | 2016-02-11 | 1 | -0/+72 | |
| | ||||||
* | update DB version | Christian Pointner | 2016-02-10 | 1 | -1/+1 | |
| | ||||||
* | return show list as map with showid as key | Christian Pointner | 2016-02-04 | 1 | -3/+6 | |
| | ||||||
* | use syntactic sugor for switch | Christian Pointner | 2016-01-31 | 1 | -12/+4 | |
| | ||||||
* | added nulltime from go-sql-driver/mysql | Christian Pointner | 2016-01-31 | 2 | -7/+108 | |
| | ||||||
* | seperated fetching of showlist and cartlist for shows | Christian Pointner | 2016-01-30 | 1 | -43/+83 | |
| | ||||||
* | fetch cart/cut info works now | Christian Pointner | 2016-01-30 | 1 | -9/+72 | |
| | ||||||
* | improved cart listing | Christian Pointner | 2016-01-29 | 1 | -2/+36 | |
| | ||||||
* | added getShowList command | Christian Pointner | 2016-01-29 | 1 | -1/+71 | |
| | ||||||
* | implemented unload command | Christian Pointner | 2016-01-29 | 1 | -0/+36 | |
| | ||||||
* | fixed copy paste error | Christian Pointner | 2016-01-29 | 1 | -1/+1 | |
| | ||||||
* | implemented play-pause and state change callbacks | Christian Pointner | 2016-01-29 | 1 | -32/+137 | |
| | ||||||
* | go into 'stop' on EOS | Christian Pointner | 2016-01-28 | 1 | -2/+2 | |
| | ||||||
* | improved handling of seek position | Christian Pointner | 2016-01-28 | 1 | -1/+13 | |
| | ||||||
* | length vs. duration | Christian Pointner | 2016-01-28 | 1 | -13/+13 | |
| | ||||||
* | added support for seeking - not working yet... | Christian Pointner | 2016-01-28 | 1 | -9/+49 | |
| | ||||||
* | implemented meter callbacks | Christian Pointner | 2016-01-21 | 1 | -6/+17 | |
| | ||||||
* | cleaned up imports | Christian Pointner | 2016-01-21 | 6 | -7/+13 | |
| | ||||||
* | improved type handling | Christian Pointner | 2016-01-15 | 1 | -22/+19 | |
| | ||||||
* | player now constructs update messages | Christian Pointner | 2016-01-15 | 2 | -22/+96 | |
| | ||||||
* | metering works now | Christian Pointner | 2016-01-15 | 1 | -1/+0 | |
| | ||||||
* | first attempt to parse level meter - not fully working yet | Christian Pointner | 2016-01-14 | 1 | -7/+10 | |
| | ||||||
* | replace volume with level for metering | Christian Pointner | 2016-01-14 | 1 | -5/+10 | |
| | ||||||
* | dynamically linke pipeline works now | Christian Pointner | 2016-01-14 | 1 | -34/+49 | |
| | ||||||
* | use new Pipeline functions from go-gstreamer | Christian Pointner | 2016-01-14 | 1 | -12/+42 | |
| | ||||||
* | added simple state handling | Christian Pointner | 2016-01-13 | 1 | -2/+38 | |
| | ||||||
* | player checks now if file exists before loading it | Christian Pointner | 2016-01-13 | 1 | -0/+18 | |
| | ||||||
* | added stdlog and dbglog | Christian Pointner | 2016-01-13 | 1 | -11/+17 | |
| | ||||||
* | player no can be used with external logger | Christian Pointner | 2016-01-13 | 1 | -11/+22 | |
| | ||||||
* | handle gstreamer stuff in seperate go routine | Christian Pointner | 2016-01-13 | 1 | -4/+150 | |
| | ||||||
* | added first version of player | Christian Pointner | 2016-01-13 | 1 | -0/+90 | |
| | ||||||
* | make lib go-getable | Christian Pointner | 2016-01-12 | 2 | -2/+2 | |
| | ||||||
* | Merge rhimport package from rhimportd repo | Christian Pointner | 2016-01-08 | 7 | -0/+1853 | |
|\ | ||||||
| * | prepare export rhimport package to rhrd-go repo | Christian Pointner | 2016-01-08 | 7 | -0/+0 | |
| | | ||||||
| * | moved all db handling directly to context | Christian Pointner | 2016-01-08 | 2 | -1/+5 | |
| | | ||||||
| * | move rddb to rhrd-go | Christian Pointner | 2016-01-08 | 5 | -505/+18 | |
| | | ||||||
| * | switched to more update2date go-curl lib | Christian Pointner | 2016-01-05 | 3 | -3/+3 | |
| | | ||||||
| * | updated copyright header | Christian Pointner | 2016-01-05 | 8 | -8/+8 | |
| | | ||||||
| * | streamlined the usage of rhimport.NewContext | Christian Pointner | 2016-01-05 | 1 | -2/+2 | |
| | | ||||||
| * | removed Import prefix of some types | Christian Pointner | 2016-01-05 | 5 | -60/+60 | |
| | | ||||||
| * | replaces FetchResult by ImportResult | Christian Pointner | 2016-01-05 | 4 | -20/+15 | |
| | | ||||||
| * | minor refactoring | Christian Pointner | 2016-01-05 | 2 | -4/+5 | |
| | | ||||||
| * | make debug log runtime configurable | Christian Pointner | 2016-01-03 | 1 | -3/+5 | |
| | | ||||||
| * | all command line arguments can now be set using environment variables | Christian Pointner | 2015-12-31 | 1 | -5/+5 | |
| | | ||||||
| * | improved coding style | Christian Pointner | 2015-12-31 | 7 | -153/+156 | |
| | | ||||||
| * | improved sanity check for local files | Christian Pointner | 2015-12-30 | 1 | -1/+17 | |
| | | ||||||
| * | web socket handler is now completed | Christian Pointner | 2015-12-30 | 1 | -15/+19 | |
| | | ||||||
| * | improved response handling at websocket interface | Christian Pointner | 2015-12-30 | 1 | -0/+57 | |
| | | ||||||
| * | session store and web socket interface now support to set a reference id | Christian Pointner | 2015-12-30 | 1 | -12/+23 | |
| | |