Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added fix volume factor to player | Christian Pointner | 2016-12-30 | 1 | -3/+11 |
| | |||||
* | rddb can now be configured to be readonly | Christian Pointner | 2016-12-30 | 1 | -6/+24 |
| | |||||
* | add user-defined to pool cart list | Christian Pointner | 2016-12-28 | 1 | -10/+11 |
| | |||||
* | semantic of jingles has changed | Christian Pointner | 2016-12-17 | 1 | -15/+10 |
| | |||||
* | refactored show, pool and jingle list functions | Christian Pointner | 2016-12-17 | 1 | -20/+218 |
| | |||||
* | youtube-dl needs '--netrc' for CBA... | Christian Pointner | 2016-09-02 | 1 | -1/+1 |
| | |||||
* | youtube-dl fetches CBA api key from .netrc now | Christian Pointner | 2016-09-02 | 2 | -17/+0 |
| | |||||
* | added sine:// fetcher | Christian Pointner | 2016-08-04 | 2 | -3/+40 |
| | |||||
* | some code cleanup | Christian Pointner | 2016-08-04 | 2 | -102/+141 |
| | |||||
* | some more bugfixes for new source file policy semantics | Christian Pointner | 2016-08-04 | 3 | -61/+55 |
| | |||||
* | file policy should work now - need testing | Christian Pointner | 2016-08-04 | 1 | -34/+17 |
| | |||||
* | simplified SourceFilePolicy - not done yet | Christian Pointner | 2016-08-04 | 2 | -20/+14 |
| | |||||
* | temporary work dir is now handled by session (no support for soure file ↵ | Christian Pointner | 2016-08-04 | 6 | -121/+60 |
| | | | | policy for now) | ||||
* | move some output to debug log | Christian Pointner | 2016-08-03 | 1 | -4/+4 |
| | |||||
* | added ExtraMetaData to context for converters who support this | Christian Pointner | 2016-08-03 | 3 | -28/+23 |
| | |||||
* | fixed log handling for session store | Christian Pointner | 2016-08-03 | 1 | -0/+8 |
| | |||||
* | don't allow unlimited sessions | Christian Pointner | 2016-07-28 | 1 | -2/+2 |
| | |||||
* | major name refactoring for rddb and player as well | Christian Pointner | 2016-07-28 | 4 | -218/+218 |
| | |||||
* | major name refactoring (don't export all the internal stuff) | Christian Pointner | 2016-07-28 | 11 | -333/+333 |
| | |||||
* | replaced fake importer with silence importer (needs love) | Christian Pointner | 2016-07-28 | 2 | -27/+262 |
| | |||||
* | no seperate log for lib anymore - use logger from host application instead | Christian Pointner | 2016-07-24 | 7 | -104/+122 |
| | |||||
* | print number of bytes in case of premature attachment close | Christian Pointner | 2016-07-23 | 1 | -1/+1 |
| | |||||
* | changed return code when attachment is too short | Christian Pointner | 2016-07-23 | 1 | -3/+3 |
| | |||||
* | use URL compativle Base64 encoding for session ids | Christian Pointner | 2016-07-23 | 1 | -1/+1 |
| | |||||
* | slightly improved logoutput | Christian Pointner | 2016-07-23 | 1 | -3/+4 |
| | |||||
* | use unified filenames at fetch-converter | Christian Pointner | 2016-07-22 | 1 | -12/+10 |
| | |||||
* | fixed several missing/wrong returns in session store | Christian Pointner | 2016-07-22 | 2 | -20/+24 |
| | |||||
* | reliability fix and vet | Christian Pointner | 2016-07-22 | 2 | -4/+8 |
| | |||||
* | session can now haven an attached uploader .. needs testing | Christian Pointner | 2016-07-22 | 3 | -34/+93 |
| | |||||
* | reading CBA Api right before every call to youtube-dl | Christian Pointner | 2016-07-21 | 2 | -12/+17 |
| | |||||
* | add maintenance task to get rid of dangeling user session objects | Christian Pointner | 2016-07-21 | 1 | -0/+15 |
| | |||||
* | read CBA API Key on startup | Christian Pointner | 2016-07-21 | 2 | -13/+27 |
| | |||||
* | send add/remove updates from session_store | Christian Pointner | 2016-07-17 | 1 | -60/+126 |
| | |||||
* | improved sanity checking before fetch/import starts | Christian Pointner | 2016-07-15 | 6 | -53/+90 |
| | | | | fix bug which lead to double normalization | ||||
* | progress messages now contain file title | Christian Pointner | 2016-07-15 | 4 | -9/+29 |
| | |||||
* | normalizer can now be canceled | Christian Pointner | 2016-07-15 | 6 | -24/+42 |
| | |||||
* | simplified progress reports | Christian Pointner | 2016-07-15 | 4 | -73/+23 |
| | |||||
* | origfilename may not be available | Christian Pointner | 2016-07-14 | 1 | -1/+5 |
| | |||||
* | include cart/cut in progress if available | Christian Pointner | 2016-07-14 | 5 | -17/+19 |
| | |||||
* | improved canceling | Christian Pointner | 2016-07-14 | 2 | -23/+70 |
| | |||||
* | simplified call to converter GetResult | Christian Pointner | 2016-07-14 | 2 | -21/+20 |
| | |||||
* | added support for youtube-dl | Christian Pointner | 2016-07-14 | 2 | -0/+113 |
| | |||||
* | also reduce/increase channels from source file | Christian Pointner | 2016-07-13 | 2 | -14/+16 |
| | |||||
* | minor cleanup | Christian Pointner | 2016-07-13 | 1 | -2/+1 |
| | |||||
* | implemented actual normalizer | Christian Pointner | 2016-07-13 | 1 | -3/+71 |
| | |||||
* | all fetched files are now inside seperate directory and always get imported ↵ | Christian Pointner | 2016-07-13 | 2 | -6/+2 |
| | | | | from tmp-dir | ||||
* | added normalizer step | Christian Pointner | 2016-07-13 | 4 | -23/+105 |
| | | | | always send last/first progress message of a step | ||||
* | implemented bs1770 converter | Christian Pointner | 2016-07-13 | 1 | -1/+71 |
| | |||||
* | using bs1770gain to analyze loudness works now | Christian Pointner | 2016-07-13 | 2 | -14/+144 |
| | |||||
* | fixed errors yielded by go vet | Christian Pointner | 2016-07-13 | 2 | -3/+1 |
| |