Commit Graph

2631 Commits

Author SHA1 Message Date
Lucas Bickel 541204b4ff Do not add LibreTime to title if station name is set 2019-09-12 22:00:06 +02:00
Lucas Bickel 0f5cb8b1f8 🔥 remove remaining legacy saas code 2019-08-18 16:34:29 +02:00
Kyle Robbertze eb122f52fb
Merge pull request #818 from Robbt/sort-by-play-date
Smartblock sort tracks by last play date
2019-05-09 17:05:56 +02:00
Robbt 4db93d3cee remove commented out code and add comment about sort null addition 2019-05-09 10:46:39 -04:00
Robbt edb87ff3da Fixed time to display in user timezone vs. UTC 2019-05-08 19:27:54 -04:00
Robbt 1735cfc5b4 Fixed the null sort to work like we want 2019-05-08 18:18:36 -04:00
Robbt c2ad5e387a added sort by last play time but does not work with unplayed tracks 2019-05-08 18:01:06 -04:00
Robbt b8b656d8ca added option to pull listener data for every show that aired during a date range 2019-04-30 16:33:17 -04:00
Robbt 13756be410 Added a per show listener report 2019-04-30 16:03:54 -04:00
Kyle Robbertze 16bf731905
Merge pull request #804 from Robbt/fix-cancel-ongoing-linked-show
enables cancel show for currently playing linked shows to work
2019-04-23 18:34:11 +02:00
Robbt b972b4b857 made it possible for currently playing linked shows to be cancelled as per the UI 2019-04-22 22:47:37 -04:00
Kyle Robbertze be5222d3a2
Merge pull request #803 from Robbt/xabispacebiker-xabispacebiker-patch-1
Fix the schedule from Xabispacebiker xabispacebiker patch 1
2019-04-22 23:03:47 +02:00
Robbt f7998848e8 moved brack per style request 2019-04-22 16:46:18 -04:00
Robbt 1e1ffb95ad Merge branch 'xabispacebiker-patch-1' of https://github.com/xabispacebiker/libretime into xabispacebiker-xabispacebiker-patch-1 2019-04-22 16:43:49 -04:00
Robbt 32d3c0578b refactor time remaining smartblock to work with playlists 2019-04-22 15:26:09 -04:00
Robbt 0cbeb07e19 modified episodes_description to be longvarchar aka text 2019-04-02 20:12:20 -04:00
Robbt 009fb49a6a Added the ability for admins to edit the owner of a track via the edit track interface 2019-03-05 10:00:54 -05:00
Robbt 64e33a235d added check to prevent unnecessary conversion to seconds 2019-03-02 20:36:02 -05:00
Robbt 48a2a49b30 this fixes a count warning in null condition new with 7.2 2019-02-18 18:53:51 -05:00
Xabi Spacebiker 04886aad0a
Update Schedule.php
This small fix solved issue https://github.com/LibreTime/libretime/issues/741
2019-02-18 11:44:12 +01:00
frecuencialibre 4d0fea34fc
Merge pull request #707 from Robbt/intro-playlist
Add Intro and Outro playlist to Autoloading Playlists
2019-02-14 10:49:15 -06:00
Robb a4d0fcd8f3
Merge pull request #704 from Robbt/fix-smartblock-multi-criteria
Fix smartblock multi criteria
2019-02-09 11:22:29 -05:00
Robbt 6f7c2f2cc9 refactored autoplaylist and updated showinstance to make sequential adds possible 2019-02-09 10:58:00 -05:00
Robbt b09c175a25 removed code and database change that was not being used to avoid future confusion 2019-02-04 11:57:13 -05:00
Lucas Bickel ea3b87085e
Merge pull request #711 from Robbt/fix-playlist-remaining-time-block
passed $show variable when smartblock added via playlist
2019-01-21 22:20:10 +01:00
Robbt 1d994f5daf passed $show variable when smartblock added via playlist 2019-01-21 11:07:16 -05:00
Robbt 8de94a670f trying different things for autoplaylist 2019-01-21 11:06:04 -05:00
Robbt f9a5da2ba3 intro playlist scaffolding in place but needs refinement to get working 2019-01-20 19:20:13 -05:00
Robbt 6631dd994f working with start form 2019-01-20 14:12:52 -05:00
Robbt 8095f6e627 Enable smartblocks with same criteria to stay separate if created with new criteria 2019-01-19 21:41:00 -05:00
Robbt 2b057472ca part of the way there towards grouping need to deal with OR value 2019-01-20 02:12:21 +00:00
Robbt 1e7a8dce8c started along route of using extra to group modifiers 2019-01-19 19:27:24 -05:00
Robbt 0a2de69fbb modified schema definition to include episode title 2019-01-12 23:48:19 -05:00
frecuencialibre 4752c728b9
Merge pull request #605 from Robbt/feature-smartblock-remaining-time
Add Fill Remaining Time Smartblock Limit
2018-12-12 15:43:49 -06:00
Robbt 2a039d0469 changed preview to only 60 minutes 2018-12-12 16:36:49 -05:00
Robbt 4abe301fbb modified javascript and binary values to make dynamic default 2018-12-11 21:34:06 -05:00
Robbt c7767c8a8d avoid fail when blocks are created as dynamic by default 2018-12-12 02:23:25 +00:00
Robbt 1b48f91dbd work in progress 2018-12-11 21:14:35 -05:00
frecuencialibre c7b55f60e4
Merge branch 'master' into smartblock-overflow 2018-12-11 14:17:18 -06:00
Robbt 9904b61eda removed php escape of characters that broke smartblocks 2018-12-02 10:39:29 -05:00
Kyle Robbertze bcb9f2f965 remove old cruft 2018-12-01 21:35:09 +02:00
Robbt e7c7f215d5 Added the option to allow smartblocks to overflow their time limits to the UI 2018-11-25 13:16:26 -05:00
Robbt 74cd668301 fixed repeating smartblock to not overflow time limit 2018-11-25 11:36:18 -05:00
Robbt c759f8b8aa Initial proof of concept for time remaining smart block limit 2018-11-24 17:08:39 -05:00
Lucas Bickel b65c040394 ♻️ only store versions on success
We should only overwrite latest_version if retreiving from GitHub went
ok, else we should keep the old values and store "null".
2018-11-21 02:25:43 +01:00
Lucas Bickel c0124b6245 🐛 returnn array of strings
The downstream version checking code expects an array of strings and the "github is unreachable"
default was returning a string.
2018-11-21 02:21:52 +01:00
Lucas Bickel afa67eb96d 🔥 remove dead code 2018-10-06 21:18:44 +02:00
Robb efe0aefddc
Merge pull request #433 from radiorabe/fix/429-ipv6-schema-updates
Fix/429 ipv6 schema updates
2018-02-10 16:34:23 -05:00
Lucas Bickel 313342c297 Run schema update and add migration script 2018-02-03 16:43:10 +01:00
Kyle Robertze c16d7c2a1d remove media-monitor
airtime-media-monitor conflicts with airtime-analyzer, which is what
is now used to monitor the LibreTime application

https://github.com/LibreTime/libretime-debian-packaging/issues/2#issuecomment-359987457
2018-01-24 09:20:51 +02:00