summaryrefslogtreecommitdiff
path: root/rhimport
Commit message (Expand)AuthorAgeFilesLines
* fixed several missing/wrong returns in session storeChristian Pointner2016-07-222-20/+24
* reliability fix and vetChristian Pointner2016-07-222-4/+8
* session can now haven an attached uploader .. needs testingChristian Pointner2016-07-223-34/+93
* reading CBA Api right before every call to youtube-dlChristian Pointner2016-07-212-12/+17
* add maintenance task to get rid of dangeling user session objectsChristian Pointner2016-07-211-0/+15
* read CBA API Key on startupChristian Pointner2016-07-212-13/+27
* send add/remove updates from session_storeChristian Pointner2016-07-171-60/+126
* improved sanity checking before fetch/import startsChristian Pointner2016-07-156-53/+90
* progress messages now contain file titleChristian Pointner2016-07-154-9/+29
* normalizer can now be canceledChristian Pointner2016-07-156-24/+42
* simplified progress reportsChristian Pointner2016-07-154-73/+23
* origfilename may not be availableChristian Pointner2016-07-141-1/+5
* include cart/cut in progress if availableChristian Pointner2016-07-145-17/+19
* improved cancelingChristian Pointner2016-07-142-23/+70
* simplified call to converter GetResultChristian Pointner2016-07-142-21/+20
* added support for youtube-dlChristian Pointner2016-07-142-0/+113
* also reduce/increase channels from source fileChristian Pointner2016-07-132-14/+16
* minor cleanupChristian Pointner2016-07-131-2/+1
* implemented actual normalizerChristian Pointner2016-07-131-3/+71
* all fetched files are now inside seperate directory and always get imported f...Christian Pointner2016-07-132-6/+2
* added normalizer stepChristian Pointner2016-07-134-23/+105
* implemented bs1770 converterChristian Pointner2016-07-131-1/+71
* using bs1770gain to analyze loudness works nowChristian Pointner2016-07-132-14/+144
* introduced ffmpeg-bs1770 fetch converter (not finished yet)Christian Pointner2016-07-132-1/+55
* very basic support for loudness correctionChristian Pointner2016-07-134-14/+24
* use original fielname for cut/cart titleChristian Pointner2016-07-082-5/+9
* added interface to update Cut and possible Cart title to rddb and importerChristian Pointner2016-07-082-0/+7
* add DATE metadata on archiv fetcherChristian Pointner2016-07-071-0/+1
* minor bugfixes with metadata formatChristian Pointner2016-07-072-2/+2
* archiv importer add metadataChristian Pointner2016-07-072-6/+19
* fetch-converter interface now as parameter for extra metadataChristian Pointner2016-07-072-8/+8
* send curl progress message from within write functionChristian Pointner2016-06-301-5/+8
* set buffer size for 1MB for archiv importerChristian Pointner2016-06-301-0/+2
* handle http status codes from curlChristian Pointner2016-06-301-0/+12
* limit maximum file size for downloads without max sizeChristian Pointner2016-06-301-1/+9
* fixed source file policy for local importerChristian Pointner2016-06-302-14/+24
* fetch converter for local:// - needs testing...Christian Pointner2016-06-301-10/+85
* attachement fetcher now uses converter as wellChristian Pointner2016-06-301-18/+23
* make fetch converter configurableChristian Pointner2016-06-303-30/+44
* added converter fetcherChristian Pointner2016-06-302-12/+148
* reset sesssion timeout to 3h if set > 3h from interfaceChristian Pointner2016-06-271-0/+4
* enforce maximum file sizeChristian Pointner2016-06-272-9/+34
* changed signature of progress callbackChristian Pointner2016-06-274-28/+22
* fixed canceling when uploading connection is goneChristian Pointner2016-06-242-2/+15
* added attachment fetcherChristian Pointner2016-06-242-23/+109
* implemented rate limiting for progress callbacks in sessionChristian Pointner2016-05-091-16/+34
* fix archiv fetcher url formatChristian Pointner2016-05-091-2/+2
* print error from easy.Perfom to logChristian Pointner2016-05-071-0/+2
* print cancel message after curl perform returnedChristian Pointner2016-05-071-1/+2
* fix handling of errernous files in curl urlsChristian Pointner2016-05-061-1/+6