Commit graph

7901 commits

Author SHA1 Message Date
farggus
b0ffc1c65d
Update for translation & better content view
- Center align changes - for better content visualization;
- Replacing HTML text output by php function 'echo' to optimize .po translation.
2020-03-26 08:39:37 +02:00
farggus
86424b9b2c
Update station.phtml
- Replacing HTML text output by php function 'echo' to optimize .po translation.
2020-03-26 08:31:27 +02:00
farggus
f01af6f91f
Update LocaleController.php
Added new entries from .js files for traslations
2020-03-26 08:25:12 +02:00
farggus
1c5ead9468
Updated for translate 2020-03-24 02:53:39 +02:00
farggus
052ec5ac94
Russian translation updated
- Updated Russian translation of the LibreTime software interface.
- This includes a re-reading of previous translations, with a good amount of typos and  grammar errors now corrected.
- The meanings of certain words and phrases which did not convey the essence of the LibreTime functionality were corrected;
- Fixed numerals, conjugations and other grammatical forms;
- Added translation of new words and phrases;
- Language and regional adaptation;
2020-03-22 15:56:06 +02:00
farggus
d24aa25fc6
Update for better view
- Display stream labels as a list (Settings -> Stream settings -> Global)
2020-03-22 15:46:39 +02:00
farggus
7ea00b8437
Optimization for better visualization
- "Override"-block in line now with spacings between "OK" and "RESET"
2020-03-22 14:54:25 +02:00
farggus
873000086f
Update for translation & better content view
- Added styles for .player-title label - was not space for translated text;
- Added styles for .preview-label label - for styling like neighboring pages;
- Center align header and some other changes - for better content visualization;
- Replacing HTML text output by php function 'echo' to optimize .po translation.
2020-03-22 14:51:46 +02:00
farggus
63ffc23c6f
Updated for translation & better visualization
- Replacing HTML text output by php function 'echo' to optimize .po translation;
- Center align header and some other changes - for better content visualization.
2020-03-22 14:40:25 +02:00
farggus
c9531d37ab
Update player.phtml
- Center align header and some other changes - for better content visualization.
2020-03-22 14:37:44 +02:00
farggus
c94884e60a
Updated for translation & better visualization
- Replacing HTML text output by php function 'echo' to optimize .po translation;
- Replacing quotation marks <"> by <'> for echo-code working;
- Center align header and some other changes - for better content visualization.
2020-03-22 14:35:04 +02:00
farggus
08bac9d853
Optimization for better content display
- Added decorators for preview-label.
2020-03-22 14:31:32 +02:00
farggus
845c787123
Updated translation
- Original phrases fixed.
2020-03-22 14:29:50 +02:00
Codenift
707e4f447a Hid type button in library if null, added "select a type" in track edit 2020-03-21 01:46:33 -04:00
Robb
96f33f6250
Merge pull request #892 from codenift/media_type
Track Types Feature
2020-03-16 14:05:29 -04:00
Codenift
fec5ca6372 Disabled version notification to avoid confusion. 2020-03-16 08:53:59 -04:00
Codenift
b34fad3fb8 small fix, tooltip was flickering after going back to it. 2020-03-13 10:26:37 -04:00
Codenift
73da7f6f8d minor tweak, tooltip style 2020-03-13 03:24:43 -04:00
Codenift
4002c4ee05 Tooltip for track type column in track library 2020-03-11 21:05:47 -04:00
Kyle Robbertze
024dbb8d27
Merge pull request #963 from codenift/liveinfo_api_fix
live info api fix
2020-02-28 10:18:55 +02:00
Codenift
dc2250c212 live info api fix 2020-02-27 18:59:14 -05:00
Codenift
e56a1b60f4 changes in documentation and role allowed to access track type 2020-02-08 09:56:44 -05:00
Codenift
cbdf3bdcb7 DB Fix #2 - restart with 13 in sequence since we have 12 default entries 2020-02-07 15:27:51 -05:00
Codenift
ee4bd663bc DB fix 2020-02-07 12:44:42 -05:00
Codenift
043196b3ea fixed javascript for track type dropdown 2020-02-06 16:43:56 -05:00
Codenift
03f533dbef default data conflict (add later? default data is in upgrade sql already) 2020-01-28 20:26:38 -05:00
Codenift
00e860183a Track Type Select Menu in Smartblock 2020-01-27 19:10:54 -05:00
Codenift
339fddf652 improved selection on upload 2020-01-26 21:48:22 -05:00
Codenift
dbb95b7915 Track type dropdown menu for advanced search filter 2020-01-25 17:11:15 -05:00
Codenift
1d7d937a7f track type management 2020-01-25 12:09:19 -05:00
Kyle Robbertze
60b08dff4f add default for streams 2-4 2020-01-09 14:41:12 +02:00
Kyle Robbertze
8000e1936a add default icecast admin username
Fixes: #879
2020-01-08 15:09:04 +02:00
Codenift
386918da2b Renamed media type to track type for tracks 2020-01-06 17:15:04 -05:00
Robb Ebright
211ce99a2c removed debugging log 2020-01-06 13:58:31 -05:00
Robbt
edaa2ead85 fixed new line in php 2020-01-03 20:14:02 -05:00
Robbt
9a027373e1 fixed database page stall 2020-01-03 15:00:27 -05:00
Robbt
88a7cf6a3e fix database statements 2020-01-03 13:20:40 -05:00
Robb Ebright
5d3295c86c first stab at icecast password change on install 2020-01-01 21:03:30 -05:00
Roberto Soto
342154fe41 basic check of existing property in dashboard.js
fixes #924
2019-12-04 03:54:10 -08:00
Roberto Soto
556d4eb7b9 When live streaming to LibreTime on ports 8001 or 8002, the MVC interface would break (500)
I've found this is because of ScheduleController L305, introduced recently in 45dbf84750
A simple if clause allows us to workaround the issue, which must be that live streams don't have pictures nor metadata...
Fixes #919
2019-11-22 21:18:55 -08:00
Codenift
3338e9289a Set to media type on upload. Music being default. 2019-11-07 15:31:09 -05:00
Robb
5ef9c9da95
Merge pull request #909 from paddatrapper/api-current-track
Fix live-info-v2 current track info
2019-11-06 17:10:39 -05:00
Kyle Robbertze
a572f275fc Update stream URLs to use LibreTime 2019-11-06 14:08:13 +02:00
Kyle Robbertze
7e19a28caf Expand out currentShowID conditional
Fixes: #875
2019-11-06 13:27:13 +02:00
Kyle Robbertze
cb462d494f
Merge pull request #903 from codenift/artwork-upload
Upload artwork using drag and drop or click to browse
2019-11-05 22:30:31 +02:00
Codenift
2bb0976300 Added remove artwork option, and a few changes. 2019-10-29 23:50:01 -04:00
Codenift
9f2d941c87 Clean up on artwork upload. 2019-10-25 14:46:16 -04:00
Codenift
a65ab11d9f Upload artwork using drag and drop or click to browse using track edit. 2019-10-25 10:30:33 -04:00
gduboc
6383dfe442 French translation completed.
Add the 100% translated french locale.

- Mostly done by hand, with a pass of google translate .po kit to
translate the country languages and other simple strings.
- This includes a re-reading of previous translations, with a good
amount of typos now corrected.

I kept the previously used "blocs intelligents" translation for
"smartblocks", but in my opinion a better choice of words could be
found.

fixes #805
2019-10-17 14:59:16 +02:00
Codenift
251ecf1ff7 Fix causing API to fail. 2019-10-17 00:23:19 -04:00