1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00

Meta flag

This commit is contained in:
topilski 2020-02-14 23:29:00 -05:00
parent 5d92e73f5e
commit 5dcf23f66a
3 changed files with 6 additions and 1 deletions

View file

@ -5,5 +5,6 @@ PREFERRED_URL_SCHEME = 'http'
BOOTSTRAP_SERVE_LOCAL = True
SUBSCRIBERS_SUPPORT = False
EPG_SUPPORT = False
META_SUPPORT = False
EPG_IN_DIRECTORY = '~/epg/in'
OMDB_KEY = 'd8a1f487'

View file

@ -19,12 +19,14 @@
<div class="col-md-3">
<a href={{ url_for('HomeView:signup') }} class="btn btn-warning">Sign Up</a>
</div>
{% if (config['META_SUPPORT']) %}
<div class="col-md-3">
<a href={{ url_for('M3uParseStreamsView:show_anonim') }} class="btn btn-success">Meta Streams</a>
</div>
<div class="col-md-3">
<a href={{ url_for('M3uParseVodsView:show_anonim') }} class="btn btn-success">Meta VODs</a>
</div>
{% endif %}
</div>
<div>
<h1>IPTV/Video cloud admin panel for <a href="https://github.com/fastogt/iptv">server</a></h1>

View file

@ -86,6 +86,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
</a>
</div>
{% endif %}
{% if (config['META_SUPPORT']) %}
<div class="col-md-1">
<a href="{{ url_for('M3uParseStreamsView:show') }}" class="btn btn-success"
role="button">
@ -98,6 +99,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
Meta VODs
</a>
</div>
{% endif %}
<div class="col-md-1">
<a href="{{ url_for('ProviderView:logout') }}" class="btn btn-warning" role="button">
Logout