Go to file
2024-04-18 11:49:39 +02:00
.github/ISSUE_TEMPLATE Delete .github/FUNDING.yml 2023-11-01 17:42:22 +00:00
.vscode ignore escape characters in regex, get playlist from other days, fix ffplayout #599, colorize over length, save playlists longer then 24 hours, format with prettier, eslint ignore slash on void 2024-04-17 09:55:57 +02:00
assets finish generator, cleanup css, add date picker, style alert, add shadow to elements 2024-04-09 15:45:17 +02:00
components rename lang routes, add zebra to media browser, fix width 2024-04-18 11:49:39 +02:00
composables ignore escape characters in regex, get playlist from other days, fix ffplayout #599, colorize over length, save playlists longer then 24 hours, format with prettier, eslint ignore slash on void 2024-04-17 09:55:57 +02:00
docs update version and screenshots 2024-04-09 16:28:02 +02:00
lang Update pt-BR (#113) 2024-04-18 07:24:58 +02:00
layouts fix eslint 2024-04-16 18:13:28 +02:00
middleware fix eslint 2024-04-16 18:13:28 +02:00
pages rename lang routes, add zebra to media browser, fix width 2024-04-18 11:49:39 +02:00
plugins ignore escape characters in regex, get playlist from other days, fix ffplayout #599, colorize over length, save playlists longer then 24 hours, format with prettier, eslint ignore slash on void 2024-04-17 09:55:57 +02:00
public remove folder from tracking 2023-02-02 12:28:19 +01:00
stores change pt home. fix import 2024-04-17 12:32:07 +02:00
types ignore escape characters in regex, get playlist from other days, fix ffplayout #599, colorize over length, save playlists longer then 24 hours, format with prettier, eslint ignore slash on void 2024-04-17 09:55:57 +02:00
.gitignore ignore escape characters in regex, get playlist from other days, fix ffplayout #599, colorize over length, save playlists longer then 24 hours, format with prettier, eslint ignore slash on void 2024-04-17 09:55:57 +02:00
app.vue ignore escape characters in regex, get playlist from other days, fix ffplayout #599, colorize over length, save playlists longer then 24 hours, format with prettier, eslint ignore slash on void 2024-04-17 09:55:57 +02:00
error.vue fix eslint 2024-04-16 18:13:28 +02:00
eslint.config.mjs ignore escape characters in regex, get playlist from other days, fix ffplayout #599, colorize over length, save playlists longer then 24 hours, format with prettier, eslint ignore slash on void 2024-04-17 09:55:57 +02:00
LICENSE Initial commit 2018-04-29 18:24:46 +02:00
nuxt.config.ts rename lang routes, add zebra to media browser, fix width 2024-04-18 11:49:39 +02:00
package-lock.json ignore escape characters in regex, get playlist from other days, fix ffplayout #599, colorize over length, save playlists longer then 24 hours, format with prettier, eslint ignore slash on void 2024-04-17 09:55:57 +02:00
package.json ignore escape characters in regex, get playlist from other days, fix ffplayout #599, colorize over length, save playlists longer then 24 hours, format with prettier, eslint ignore slash on void 2024-04-17 09:55:57 +02:00
README.md update version and screenshots 2024-04-09 16:28:02 +02:00
tailwind.config.ts ignore escape characters in regex, get playlist from other days, fix ffplayout #599, colorize over length, save playlists longer then 24 hours, format with prettier, eslint ignore slash on void 2024-04-17 09:55:57 +02:00
tsconfig.json migrate to nuxtjs v3 and bootstrap 5 2023-01-11 10:54:25 +01:00

ffplayout-frontend

This web application is used to manage the ffplayout.

The interface is mostly designed for 24/7 streaming. Other scenarios like streaming in folder mode or playlists with no start time will work but will not be displayed correctly.

For a better understanding of the functionality, take a look at the screenshots below.

Login

login

System Dashboard

login

Control Page

player

Media Page

media

Message Page

message

Logging Page

logging

Configuration Page

config-gui