Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changed return code when attachment is too short | Christian Pointner | 2016-07-23 | 1 | -3/+3 |
| | |||||
* | slightly improved logoutput | Christian Pointner | 2016-07-23 | 1 | -3/+4 |
| | |||||
* | session can now haven an attached uploader .. needs testing | Christian Pointner | 2016-07-22 | 1 | -6/+12 |
| | |||||
* | reading CBA Api right before every call to youtube-dl | Christian Pointner | 2016-07-21 | 1 | -1/+4 |
| | |||||
* | read CBA API Key on startup | Christian Pointner | 2016-07-21 | 1 | -10/+11 |
| | |||||
* | improved sanity checking before fetch/import starts | Christian Pointner | 2016-07-15 | 1 | -4/+7 |
| | | | | fix bug which lead to double normalization | ||||
* | progress messages now contain file title | Christian Pointner | 2016-07-15 | 1 | -2/+11 |
| | |||||
* | normalizer can now be canceled | Christian Pointner | 2016-07-15 | 1 | -3/+3 |
| | |||||
* | simplified progress reports | Christian Pointner | 2016-07-15 | 1 | -46/+10 |
| | |||||
* | include cart/cut in progress if available | Christian Pointner | 2016-07-14 | 1 | -8/+8 |
| | |||||
* | improved canceling | Christian Pointner | 2016-07-14 | 1 | -12/+28 |
| | |||||
* | simplified call to converter GetResult | Christian Pointner | 2016-07-14 | 1 | -7/+4 |
| | |||||
* | added support for youtube-dl | Christian Pointner | 2016-07-14 | 1 | -0/+62 |
| | |||||
* | also reduce/increase channels from source file | Christian Pointner | 2016-07-13 | 1 | -3/+3 |
| | |||||
* | very basic support for loudness correction | Christian Pointner | 2016-07-13 | 1 | -4/+11 |
| | |||||
* | use original fielname for cut/cart title | Christian Pointner | 2016-07-08 | 1 | -4/+6 |
| | |||||
* | add DATE metadata on archiv fetcher | Christian Pointner | 2016-07-07 | 1 | -0/+1 |
| | |||||
* | minor bugfixes with metadata format | Christian Pointner | 2016-07-07 | 1 | -1/+1 |
| | |||||
* | archiv importer add metadata | Christian Pointner | 2016-07-07 | 1 | -5/+11 |
| | |||||
* | fetch-converter interface now as parameter for extra metadata | Christian Pointner | 2016-07-07 | 1 | -3/+3 |
| | |||||
* | send curl progress message from within write function | Christian Pointner | 2016-06-30 | 1 | -5/+8 |
| | |||||
* | set buffer size for 1MB for archiv importer | Christian Pointner | 2016-06-30 | 1 | -0/+2 |
| | |||||
* | handle http status codes from curl | Christian Pointner | 2016-06-30 | 1 | -0/+12 |
| | |||||
* | limit maximum file size for downloads without max size | Christian Pointner | 2016-06-30 | 1 | -1/+9 |
| | |||||
* | fixed source file policy for local importer | Christian Pointner | 2016-06-30 | 1 | -14/+19 |
| | |||||
* | fetch converter for local:// - needs testing... | Christian Pointner | 2016-06-30 | 1 | -10/+85 |
| | |||||
* | attachement fetcher now uses converter as well | Christian Pointner | 2016-06-30 | 1 | -18/+23 |
| | |||||
* | make fetch converter configurable | Christian Pointner | 2016-06-30 | 1 | -17/+18 |
| | |||||
* | added converter fetcher | Christian Pointner | 2016-06-30 | 1 | -12/+33 |
| | |||||
* | enforce maximum file size | Christian Pointner | 2016-06-27 | 1 | -9/+32 |
| | |||||
* | changed signature of progress callback | Christian Pointner | 2016-06-27 | 1 | -16/+15 |
| | |||||
* | fixed canceling when uploading connection is gone | Christian Pointner | 2016-06-24 | 1 | -2/+14 |
| | |||||
* | added attachment fetcher | Christian Pointner | 2016-06-24 | 1 | -23/+107 |
| | |||||
* | fix archiv fetcher url format | Christian Pointner | 2016-05-09 | 1 | -2/+2 |
| | |||||
* | print error from easy.Perfom to log | Christian Pointner | 2016-05-07 | 1 | -0/+2 |
| | |||||
* | print cancel message after curl perform returned | Christian Pointner | 2016-05-07 | 1 | -1/+2 |
| | |||||
* | fix handling of errernous files in curl urls | Christian Pointner | 2016-05-06 | 1 | -1/+6 |
| | |||||
* | refactored curl/archiv fetcher to handle write errors correctly | Christian Pointner | 2016-05-06 | 1 | -81/+91 |
| | |||||
* | fix possible path transversal | Christian Pointner | 2016-04-07 | 1 | -2/+2 |
| | |||||
* | set user agent on fetch/import | Christian Pointner | 2016-03-15 | 1 | -0/+1 |
| | |||||
* | returning next sourceuri when filepolicy = keep | Christian Pointner | 2016-03-12 | 1 | -2/+11 |
| | |||||
* | make FilePolicy more precise | Christian Pointner | 2016-03-11 | 1 | -0/+12 |
| | |||||
* | introduced SourceFilePolicy | Christian Pointner | 2016-03-11 | 1 | -9/+17 |
| | |||||
* | some minor refactoring | Christian Pointner | 2016-03-11 | 1 | -3/+3 |
| | |||||
* | generating archiv file string from uri | Christian Pointner | 2016-03-10 | 1 | -6/+37 |
| | |||||
* | importing from archiv works now | Christian Pointner | 2016-03-10 | 1 | -10/+73 |
| | |||||
* | curl progress function is now external | Christian Pointner | 2016-03-10 | 1 | -24/+30 |
| | |||||
* | switch to scp for archiv | Christian Pointner | 2016-03-04 | 1 | -1/+1 |
| | |||||
* | inital archiv fetcher | Christian Pointner | 2016-03-04 | 1 | -2/+18 |
| | |||||
* | cleaned up imports | Christian Pointner | 2016-01-21 | 1 | -1/+2 |
| |