Commit Graph

16094 Commits

Author SHA1 Message Date
Xabi Spacebiker 2104b53761 Update pypofile.py
Adding user write permission in cached file
2017-09-28 11:12:57 +02:00
Xabi Spacebiker 5256e43e27 Update airtime.po 2017-09-27 14:42:26 +02:00
Xabi Spacebiker 23c7579017 Fix spanish translations 2017-09-27 13:25:23 +02:00
Xabi Spacebiker 3e8d893f01 Fix missing translations 2017-09-27 10:15:38 +02:00
Xabi Spacebiker cda9f17163 Fix missing translations 2017-09-27 10:13:51 +02:00
Xabi Spacebiker 2e47b00453 Fix missing translations 2017-09-27 10:13:44 +02:00
Lucas Bickel 29e7cc38a7 Merge pull request #263 from Robbt/docs/added_database_documentation
Docs/added database documentation
2017-09-21 06:27:41 +02:00
Robb d9bf01e3f9 Merge pull request #293 from radiorabe/feature/better-error-when-parsing-wav
Better error message when parsing WAVE file
2017-09-20 18:34:23 -04:00
Lucas Bickel 586314052f Better error message when parsing WAVE file 2017-09-20 19:13:15 +02:00
Robb a5e3afe7ee Merge pull request #298 from radiorabe/fix/python-magic-on-travis
Fix python tests on travis
2017-09-19 16:17:36 -04:00
Lucas Bickel 02ccfea0b4 Use local 2.7 python 2017-09-17 11:43:13 +02:00
Lucas Bickel 1ba907c5a1 Install deps for test 2017-09-17 11:35:36 +02:00
Lucas Bickel bd15ba6e6f Add python-magic package in travis build 2017-09-17 11:29:26 +02:00
Lucas Bickel 9739d64063 Merge pull request #294 from miles75/master
Hunagrian language. New translations and error corrections.
2017-09-17 11:17:18 +02:00
miles75 a58bdc3159 Hunagrian language. New translations and error corrections. 2017-09-14 20:28:46 +02:00
Robb a3a00d77aa Merge pull request #290 from radiorabe/fix/legacy_constructors
Update legacy constructors
2017-09-11 11:16:38 -04:00
Lucas Bickel 440e8ce8c9 Fix legacy constructors
These go way back to php 4 and don't need to be like this for any
reason. Currently error handling is acting up when these throw an
error.
2017-09-08 19:53:29 +02:00
Lucas Bickel 58875a2187 Merge pull request #286 from miles75/master
Hungarian translation. New translations and error corrections.
2017-09-03 16:01:07 +02:00
miles75 ef7742f9d0 Hungarian translation. New translations and error corrections. 2017-09-01 22:41:35 +02:00
miles75 3ba84a5e58 Merge remote-tracking branch 'upstream/master' 2017-09-01 19:19:10 +02:00
miles a3130c6390 Hungarian translation 2017-09-01 18:25:26 +02:00
Lucas Bickel 21ce2d2646 Merge pull request #285 from miles75/master
Hungarian translations
2017-09-01 15:18:25 +02:00
miles 07258a68c0 Hungarian translations 2017-08-31 16:06:29 +02:00
Lucas Bickel a0999a244f Merge pull request #278 from Robbt/feature/podcast-improvements
Enable Automatic Creation of Smartblocks and Playlists for new Podcasts
2017-08-30 19:15:29 +02:00
Robb Ebright c78979c19c work in progress - need to write rules to parse when to show vs hide datetime select and add it to value field 2017-08-24 10:27:13 -04:00
Robb Ebright 9dae48702f Added some basic javascript based checking to require album override to be enabled for auto smartblock to be enabled 2017-08-23 12:43:48 -04:00
Robb Ebright 3515a898a7 Added option for Auto Smartblock and Playlist creation to preferences 2017-08-23 12:16:42 -04:00
Lucas Bickel bf643d45a0 Merge pull request #275 from Robbt/feature/duplicate-smartblock
Duplicate Smartblock functionality added to menu context
2017-08-18 13:27:48 +02:00
Robb Ebright aec0e348c4 Working code to auto generated Smartblock and Playlist for new Podcasts 2017-08-18 00:46:59 -04:00
Robb Ebright 6a11253ce3 added code to duplicate criteria and type for duplicate smartblock 2017-08-17 01:21:26 -04:00
Robb Ebright c6cfd97b1a started on duplicate smartblock functionality 2017-08-16 23:32:54 -04:00
Robb Ebright c630a69b89 Added ability to text input relative date times w/o validation 2017-08-16 20:05:02 -04:00
Robb Ebright 0b80a429b3 added comments to document smartblock functions and added new options to permit datetime based select fields 2017-08-16 14:55:48 -04:00
Robb Ebright 7b1d224c1a added another test to the block test block 2017-08-16 00:12:16 -04:00
Robb Ebright e3f52ad968 added a time unit to SmartBlockCriteria 2017-08-15 23:25:11 -04:00
Robb Ebright 919c77d8f1 adding block model data 2017-08-09 13:24:23 -04:00
Robb Ebright 505871865a adding cc_music_dir to fix dependency on cc_file 2017-08-09 13:16:23 -04:00
Robb Ebright 742928f1c2 Added a test to block to test criteria for smartblock refactoring 2017-08-08 15:14:43 -04:00
Robb Ebright 1ad7c743c2 Revert "WIP adding log rotation"
This reverts commit 0eff2acb14.
2017-08-07 17:09:34 -04:00
Robb f1e467c3e6 Merge pull request #264 from radiorabe/fix/disable-media-monitor-on-update
Disable media-monitor on update
2017-08-06 20:17:19 -04:00
Lucas Bickel 2b64fe0d96 Disable media-monitor on update
The installer originally contained code to stop media-monitor on
updates. This code was removed together with media-monitor. In
the update case we want to make sure that media-monitor is never
running after updating to LibreTime.

The stop command will fail with a warning on systems that never
had media-monitor installed. This warning can be ignored and the
other services stopped with the same command still get stopped
as intended.

Fix #230
2017-08-06 22:34:22 +02:00
Robb Ebright e815e043cf Added database documentation 2017-08-06 15:55:43 -04:00
Robb Ebright 0eff2acb14 WIP adding log rotation 2017-08-06 01:05:00 -04:00
Robb bd845a016d Merge pull request #253 from radiorabe/feature/refactor-config-structure
Simplify configuration file structure
2017-08-05 20:47:28 -04:00
Lucas Bickel 8f8e4f40d0 Merge pull request #260 from Robbt/fix/enable_airtime_playout_logging
Enable logging for analyzer and pypo
2017-08-06 00:59:41 +02:00
Robb Ebright 314654dfe4 Enable logging for analyzer and pypo 2017-08-05 17:56:23 -04:00
Robb a69b86acc8 Merge pull request #258 from radiorabe/fix/pika-install-on-debian-and-ubuntu
Add python-pika to install script
2017-08-05 10:33:42 -04:00
Lucas Bickel 81f6845fc5 Add python-pika to install script
Currently pip is pulling a new pre-release version of pika. This
version does not seem to be backwards compatible and is the reason
why uploads fail on new installs.

Since there are packages available for pika on all major distros
we can get away with just installing those as pip will not try to
replace/upgrade them the way it is currently configured.
2017-08-05 13:26:37 +02:00
Robb c3bd93779b Merge pull request #252 from radiorabe/fix/pypo-tls-support
Use proper protocol in URL if port is set to 443
2017-07-23 08:36:21 -04:00
Lucas Bickel e31d5077ac Fix rebasing typo 2017-07-21 13:28:08 +02:00