forked from ORGANISATION-KA-INTERNATIONALE/FEDIVERSE-OKI
feat: add Funkwhale integration
This commit is contained in:
@@ -154,6 +154,19 @@ if (!defined('CASTOPOD_PODCAST_SLUGS')) {
|
||||
// Nombre d'épisodes à afficher (total, tous podcasts confondus)
|
||||
if (!defined('CASTOPOD_EPISODES_COUNT')) define('CASTOPOD_EPISODES_COUNT', 5);
|
||||
|
||||
// =========================================
|
||||
// Configuration Funkwhale
|
||||
// =========================================
|
||||
|
||||
// Activer l'affichage des morceaux Funkwhale
|
||||
if (!defined('FUNKWHALE_ENABLED')) define('FUNKWHALE_ENABLED', false);
|
||||
|
||||
// URL de l'instance Funkwhale
|
||||
if (!defined('FUNKWHALE_URL')) define('FUNKWHALE_URL', 'https://mizik.o-k-i.net');
|
||||
|
||||
// Nombre de morceaux à afficher
|
||||
if (!defined('FUNKWHALE_TRACKS_COUNT')) define('FUNKWHALE_TRACKS_COUNT', 10);
|
||||
|
||||
// Tags pour filtrer les vidéos selon les catégories
|
||||
if (!defined('TAG_SHORT')) define('TAG_SHORT', 'short');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user