r
|
d96746d4af
|
update spanish translation with strings added in #716
|
2019-02-28 13:07:55 -06:00 |
Robbt
|
8a7d6f805d
|
Merge branch 'podcastservice-fix' of https://github.com/ciaby/libretime into ciaby-podcastservice-fix
|
2019-02-27 13:10:43 -05:00 |
Robb
|
bc14230281
|
Merge pull request #716 from frecuencialibre/podcast-ui-2
Clarify podcast settings and workflow
|
2019-02-27 13:09:42 -05:00 |
r
|
9e9157f29c
|
Add newly translateable strings to .po files
|
2019-02-25 11:21:59 -06:00 |
r
|
c903a6dfd3
|
Add missing translateable strings in js to php translation method
|
2019-02-25 10:59:14 -06:00 |
r
|
8d6420f934
|
update podcast UI translation strings
|
2019-02-24 11:59:20 -06:00 |
r
|
04388f3147
|
ensure visibility of podcast episode table on smaller screens
|
2019-02-23 10:18:41 -06:00 |
r
|
b6e554edfe
|
include gemerated smartblock/playlist name in success message
|
2019-02-23 01:55:38 -06:00 |
r
|
d9776c1e49
|
restore my podcast episode delete button
|
2019-02-23 00:24:38 -06:00 |
frecuencialibre
|
53907e7c20
|
Merge pull request #748 from xabispacebiker/podcast-interface-fix
Podcast interface fix
|
2019-02-22 23:17:52 -06:00 |
Xabi Spacebiker
|
ed89735ba4
|
Update station_podcast.css
Adding the removed style from styles.css to help text
|
2019-02-22 13:07:11 +01:00 |
Xabi Spacebiker
|
5abeb95ab7
|
Update station.phtml
|
2019-02-22 13:04:08 +01:00 |
Kyle Robbertze
|
2cda6fa8aa
|
Merge pull request #745 from Robbt/fix-null-autoloading-playlist
fixed autoloading playlist to avoid errors when trying to schedule empty playlist
|
2019-02-19 14:56:38 +02:00 |
Robbt
|
7d1acab7b6
|
fixed autoloading playlist to avoid errors when trying to schedule empty playlist
|
2019-02-19 07:49:11 -05:00 |
Kyle Robbertze
|
978a5865e5
|
Merge pull request #744 from Robbt/fix-count-warning-in-schedule
Fix count warning in schedule
|
2019-02-19 12:28:19 +02:00 |
Robbt
|
48a2a49b30
|
this fixes a count warning in null condition new with 7.2
|
2019-02-18 18:53:51 -05:00 |
Robb
|
f3b1133c3b
|
Merge pull request #742 from mikeopensauce/apistatus
Apistatus
|
2019-02-18 12:22:17 -05:00 |
Mike Cox
|
9e36dda855
|
Add new features to API on air call which shows the status of the two streams and whether they are switched to live output
|
2019-02-18 12:19:41 +00: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 |
Kyle Robbertze
|
e13fc6b3d9
|
Merge pull request #734 from mikeopensauce/726apionairfix
Bugfix for #726. Fixes onAirLightAction returning 500 error
|
2019-02-17 18:45:10 +02:00 |
Robbt
|
1bdd27077c
|
add audio/flac to mimetype in filedatahelper
|
2019-02-15 16:25:51 -05: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 |
r
|
eb4763c839
|
remove debug logging
|
2019-02-13 12:42:28 -06:00 |
Lucas Bickel
|
cc1f3c62e6
|
📦 (mvc) switch to zf1s zf1
|
2019-02-11 16:44:03 -05:00 |
frecuencialibre
|
9d9b47004d
|
Merge pull request #731 from Robbt/change-default-library-sort
added uploaded and genre column, removed album and sorted by uploaded to default library view
|
2019-02-11 10:24:33 -06:00 |
Your Name
|
7f69b1adf1
|
Bugfix for #726. Fixes onAirLightAction returning 500 error
|
2019-02-10 09:58:10 +00:00 |
Robb
|
17e12f023d
|
Merge pull request #715 from frecuencialibre/user-settings
masterpanel ui tweaks
|
2019-02-09 11:41:17 -05: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 |
r
|
fcbe097f83
|
Revert "remove red logout button from left sidebar"
This reverts commit aa6ac77491 .
|
2019-02-08 16:58:06 -06:00 |
Robbt
|
c92bb14799
|
added Genre and removed Album as an decision about what to prioritize for new users
|
2019-02-08 10:50:18 -05:00 |
Robbt
|
ff5998417f
|
added Uploaded column to default library view and sorted by newest track
|
2019-02-08 10:30:52 -05:00 |
Robbt
|
a832440e0a
|
added an end condition for the exit loop if it didnt succeed in finding an audio file it continues
|
2019-02-07 23:45:45 -05:00 |
Robbt
|
d8eeb9a0f9
|
did additional checking before attempting to process non-audio items as array
|
2019-02-07 23:33:48 -05:00 |
Robbt
|
55bc9d3a46
|
modified podcast to search for audio enclosure if it finds a non-audio enclosure
|
2019-02-04 23:45:42 -05:00 |
r
|
c083cfb2be
|
Merge branch 'fix-smartblock-multi-criteria' of github.com:Robbt/libretime into fix-smartblock-multi-criteria
|
2019-02-04 14:18:20 -06:00 |
r
|
3f43c9abb5
|
group smartblock search criteria fields to accurately reflect query
|
2019-02-04 14:18:02 -06: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 |
Robbt
|
71315cf925
|
added missing fields to test array
|
2019-02-04 10:15:47 -05:00 |
Robbt
|
1fe711f511
|
created new sql edition to avoid conflict with already merged
|
2019-02-04 09:52:17 -05:00 |
Robbt
|
8e70199f16
|
Merge branch 'tests/block_test' of https://github.com/robbt/libretime into fix-smartblock-multi-criteria
|
2019-02-04 09:44:57 -05:00 |
r
|
b532fe564e
|
clarify smartblock OR vs AND
|
2019-02-03 16:16:47 -06:00 |
ryan
|
d2167f6f2c
|
update podcast tab name upon smartblock generation
|
2019-01-23 07:18:54 -06:00 |
ryan
|
455d3a1500
|
disable by default podcast playlist/smartblock generation setting
|
2019-01-22 20:01:49 -06:00 |
ryan
|
42c1731273
|
Improve general settings labels
|
2019-01-22 19:54:34 -06:00 |
ryan
|
aadc254c88
|
remove individual podcast "overwrite" checkbox, improve layout
|
2019-01-22 19:06:41 -06:00 |
ryan
|
aa6ac77491
|
remove red logout button from left sidebar
|
2019-01-22 17:45:31 -06:00 |
ryan
|
80d4801d0f
|
restore account name and logout in header, remove timezone, simplify
|
2019-01-22 17:42:35 -06: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 |
frecuencialibre
|
c26e15fd70
|
Merge pull request #659 from Robbt/podcast-metadata-override
added track title and artist override for podcasts
|
2019-01-21 14:09:39 -06: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
|
eb2d463672
|
Merge branch 'master' of https://github.com/LibreTime/libretime into fix-smartblock-multi-criteria
|
2019-01-20 19:56:21 -05:00 |
Robbt
|
f9a5da2ba3
|
intro playlist scaffolding in place but needs refinement to get working
|
2019-01-20 19:20:13 -05:00 |
Robb
|
17e69cf0fa
|
Merge pull request #670 from radiorabe/dev/zf1s
Use zf1s packages to gain php 7.2 compatibility
|
2019-01-20 16:21:28 -05:00 |
Robbt
|
6631dd994f
|
working with start form
|
2019-01-20 14:12:52 -05:00 |
Robbt
|
eff7a19409
|
further work on groupval
|
2019-01-20 09:04:46 -05:00 |
Lucas Bickel
|
287cd28546
|
🐛 Make Settings menu visible to all users
|
2019-01-20 14:52:50 +01:00 |
Lucas Bickel
|
54b1a70249
|
📦 (mvc) switch to zf1s zf1
|
2019-01-20 14:46:33 +01:00 |
Robbt
|
d03aa5bd86
|
starting on startForm to maintain criteria grouping during reload
|
2019-01-19 22:05:31 -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
|
e45349f390
|
removed not null constraint to avoid break upon upgrade of existing installs
|
2019-01-19 19:37:25 -05:00 |
Robbt
|
1e7a8dce8c
|
started along route of using extra to group modifiers
|
2019-01-19 19:27:24 -05:00 |
Robbt
|
ae9f95c758
|
removed view helper decoration
|
2019-01-16 05:18:33 -05:00 |
Robbt
|
62c3f16d83
|
starting to edit form preferences
|
2019-01-15 08:45:21 -05:00 |
Robbt
|
6e39cb400f
|
update individual track metadata
|
2019-01-13 12:00:42 -05:00 |
Robbt
|
7177fc7bed
|
Removed logging and fix parameter variable
|
2019-01-13 11:46:55 -05:00 |
Robbt
|
2485e70bbe
|
fixed typo in variable
|
2019-01-13 09:50:21 -05:00 |
Robbt
|
eb349174dd
|
change album override label to podcast metadata override in preferences page
|
2019-01-13 00:40:13 -05:00 |
Robbt
|
a9ca4432f9
|
added upgrade and downgrade scripts
|
2019-01-13 00:02:07 -05:00 |
Robbt
|
0a2de69fbb
|
modified schema definition to include episode title
|
2019-01-12 23:48:19 -05:00 |
Robbt
|
e773887736
|
merge in audiofile fix from master
|
2019-01-12 23:11:00 -05:00 |
Robb
|
f0ef3d0c87
|
Merge pull request #651 from frecuencialibre/podcast-ui
make podcast creation UI conform to standard content creation UI
|
2019-01-12 12:27:03 -05:00 |
ryan
|
3ce27c6c40
|
include markup into which to create episode tables
|
2019-01-12 07:28:58 -06:00 |
Ciaby
|
2f77c40ed4
|
Fix PodcastService PHP error in podcast generation
|
2019-01-12 00:34:06 +01:00 |
ryan
|
3f85c38137
|
cleanup podcast episodes table orphaned code
|
2019-01-08 13:01:05 -06:00 |
ryan
|
28ca9c0e0f
|
add ability to use multiple episode dataTables
|
2019-01-07 21:13:15 -06:00 |
Kyle Robbertze
|
bd1636ece2
|
Merge pull request #673 from radiorabe/chore/remove-unused-support-setting
Remove outdated support docs
|
2019-01-02 23:51:47 +02:00 |
Lucas Bickel
|
08d2462730
|
📝 Remove outdated support docs
|
2019-01-02 20:28:27 +01:00 |
Lucas Bickel
|
7a00e2a155
|
🔥 Remove dead, commented test
|
2018-12-30 11:48:47 +01:00 |
ryan
|
fb35881df7
|
move initPodcastEpisodeDatatable functions within podcast.js
|
2018-12-28 14:19:40 -06:00 |
ryan
|
8f8e9ef3f3
|
progress commit: display podcast episodes in right-side pane
|
2018-12-27 16:48:28 -06:00 |
Robb
|
6fe2e85e4d
|
Merge pull request #666 from frecuencialibre/long-show-title-overlap
fix Calendar - Long titles now overlap 'files bar'
|
2018-12-27 11:21:54 -05:00 |
ryan
|
a734165169
|
fix Calendar - Long titles now overlap 'files bar'
|
2018-12-27 09:11:49 -06:00 |
ryan
|
e672e81d8f
|
restore station podcast onSaveCallback
|
2018-12-26 18:06:07 -06:00 |
ryan
|
14c8df75ab
|
focus library search input upon load
|
2018-12-26 16:59:25 -06:00 |
ryan
|
761a8c923e
|
remove js hack on media type menu links
|
2018-12-26 16:54:15 -06:00 |
Robbt
|
e2e8591b4d
|
added track title override for podcasts
|
2018-12-23 14:54:47 -05:00 |
Robb
|
7c1bea379c
|
Merge pull request #653 from radiorabe/chore/remove-zfdebug
Remove zfdebug
|
2018-12-23 11:48:43 -05:00 |
Robbt
|
79d5d98843
|
prevented shuffling from failing on playlists containing smartblocks
|
2018-12-23 07:08:35 -05:00 |
Lucas Bickel
|
bc17f483bd
|
➖ (mvc) remove zfdebug
Remove zfdebug since it is unused and has a dependency on zendframework1.
|
2018-12-23 09:32:47 +01:00 |
ryan
|
bd409fa100
|
podcasts: open edit pane upon submission of popup
|
2018-12-20 13:23:13 -06:00 |
Lucas Bickel
|
cb0daddaf5
|
Merge pull request #649 from Robbt/remove-recaptcha
removed the recaptcha
|
2018-12-18 19:10:14 +01:00 |
Robbt
|
bec1b170cd
|
removed captcha from template
|
2018-12-18 08:38:45 -05:00 |
Robbt
|
2c3db00f12
|
removed the recaptcha
|
2018-12-18 08:35:17 -05:00 |
frecuencialibre
|
0ccf4da1e6
|
Merge pull request #637 from Robbt/podcastname-edit
Make podcast name editable
|
2018-12-17 12:28:28 -06:00 |
Robbt
|
f803b69fdd
|
fixed default behavior of podcast autogenerated smartblocks and playlists
|
2018-12-17 11:19:16 -05:00 |
ryan
|
6bbaa88b0f
|
add podcast "overwrite album..." setting tooltip
|
2018-12-15 06:58:36 -06:00 |
ryan
|
29501528a9
|
provide fallback podcast name for smartblock creation from popup
|
2018-12-15 06:54:03 -06:00 |
ryan
|
91e3bdfd2f
|
add success indication to podcast settings save
|
2018-12-15 06:09:31 -06:00 |
ryan
|
bde87c7afb
|
podcast smartblock generation: add success message and conditional hide
|
2018-12-15 05:09:19 -06:00 |
ryan
|
5829996202
|
remove podcast pane close upon save
|
2018-12-14 15:26:37 -06:00 |
ryan
|
15cf291bc9
|
set auto-generated smartblock and playlist title directly from input
|
2018-12-14 15:24:28 -06:00 |
ryan
|
15b73580c1
|
podcasts: change icon from cog to edit pencil
|
2018-12-14 05:40:47 -06:00 |
Robbt
|
ac10de5090
|
fixed missing closing bracket and removed debugging log
|
2018-12-13 21:26:08 -05:00 |
Robb
|
784bac256e
|
Merge pull request #640 from frecuencialibre/smartblock-ui
Smartblock ui: add collapsed "advanced options" section
|
2018-12-13 21:23:24 -05:00 |
ryan
|
4e172944ac
|
remove space below smartblock advanced options
|
2018-12-13 17:59:23 -06:00 |
ryan
|
65550f940f
|
add missing smartblock strings to translation files
|
2018-12-13 16:30:14 -06:00 |
ryan
|
b56357309f
|
Make Advanced Options string translatable
|
2018-12-13 16:29:41 -06:00 |
ryan
|
eec07d38f7
|
prevent multiple event bindings on collapsible advanced options header
|
2018-12-13 15:05:41 -06:00 |
ryan
|
13d6df24fb
|
smartblock ui: add collapsed "advanced options" section
|
2018-12-13 09:11:42 -06:00 |
Robbt
|
6cd5550721
|
added button to generate smartblock and playlist for podcast
|
2018-12-12 22:53:28 -05:00 |
Robbt
|
c109e29a59
|
made criteria match not show up on playlists tab
|
2018-12-12 17:31:27 -05:00 |
Robbt
|
cb62cff277
|
give user ability to edit podcast name
|
2018-12-12 17:17:37 -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
|
9562470d47
|
added upgraded class
|
2018-12-12 12:21:42 -05:00 |
Robbt
|
1bf5fcc169
|
removed quote around column name
|
2018-12-12 09:44:52 -05:00 |
Robbt
|
af441d4db4
|
added schema change to database controller
|
2018-12-11 21:40:09 -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 |
ryan
|
a294747bbb
|
copy changes and css for overflow label and help text
|
2018-12-11 14:31:34 -06:00 |
frecuencialibre
|
c7b55f60e4
|
Merge branch 'master' into smartblock-overflow
|
2018-12-11 14:17:18 -06:00 |
frecuencialibre
|
5ab35dda18
|
Merge pull request #627 from Robbt/fix-show-criteria
Smartblock criteria show # of matches fixes #541
|
2018-12-10 14:31:23 -06:00 |
Robbt
|
d6796ade97
|
changed wording on displayed message to be more understandable
|
2018-12-10 15:24:18 -05:00 |
Robbt
|
bfe88efdf3
|
fixed grammar
|
2018-12-10 15:11:26 -05:00 |
Robbt
|
6bae72345f
|
removed dangling else statement
|
2018-12-03 20:27:45 -05:00 |
Robbt
|
acc9952794
|
removed dead code that was not being used
|
2018-12-03 16:51:39 -05:00 |
Robbt
|
618ca4a559
|
fixed update.phtml to simplify code and show properly on 0 case
|
2018-12-03 16:48:16 -05:00 |
Robbt
|
9904b61eda
|
removed php escape of characters that broke smartblocks
|
2018-12-02 10:39:29 -05:00 |
Robb
|
49a715bc98
|
Merge pull request #629 from paddatrapper/dos-line-endings
Convert line endings to unix from dos
|
2018-12-02 06:20:53 -05:00 |
Kyle Robbertze
|
eeed9441e9
|
convert line endings to unix from dos
|
2018-12-01 21:57:49 +02:00 |
Kyle Robbertze
|
bcb9f2f965
|
remove old cruft
|
2018-12-01 21:35:09 +02:00 |
Robbt
|
641ba717cf
|
redid refactor to pluralize output
|
2018-12-01 09:42:02 -05:00 |
Robbt
|
3d3391bea7
|
adding part of previous PR that was mistakenly lost
|
2018-12-01 09:21:52 -05:00 |
ryan
|
b49465d3a3
|
make add show dialogue scrollable. fixes #338
|
2018-11-30 16:08:44 -06:00 |
Robb
|
634ac9c846
|
Merge pull request #616 from frecuencialibre/remove-record-section
remove "Record & Rebroadcast" section from show edit modal
|
2018-11-27 17:29:00 -05:00 |
ryan
|
a7bad21b0e
|
remove "Record & Rebroadcast" section from show edit modal
|
2018-11-27 16:20:40 -06:00 |
ryan
|
cc8783b780
|
restore recent changes that would have been overwritten
|
2018-11-27 15:59:12 -06:00 |
ryan
|
3bdb2949e7
|
add styles for autoloading playlists tootip
|
2018-11-27 15:54:22 -06:00 |
ryan
|
8ed8a8827c
|
remove partially empty icons if show has autoloading playlist
|
2018-11-27 15:17:34 -06:00 |
ryan
|
fe5b722c7f
|
use clock icon to represent autoloading playlist
|
2018-11-27 15:07:56 -06:00 |
Robbt
|
008530364b
|
Added jquery to hide or remove limit value
|
2018-11-26 15:26:19 -05:00 |
ryan
|
36755e4288
|
spanish translation for Autoloading Playlist section
|
2018-11-26 13:34:51 -06:00 |
ryan
|
9b7e039772
|
make "Repeat Playlist Until Show is Full ?" string translatable
|
2018-11-26 13:24:25 -06:00 |
ryan
|
5372014fd4
|
delete file accidentally added to autoloading UI PR
|
2018-11-26 11:27:17 -06:00 |
ryan
|
cc112531b5
|
add styles for autoloading playlists tootip
|
2018-11-26 11:22:19 -06:00 |
ryan
|
76f46def18
|
add autoloading playlists help text to translation files
|
2018-11-26 11:16:53 -06:00 |