feat: Jellyfin/Emby recommendations + piracy disclaimer + TOTP fix + AI chat
This commit is contained in:
@@ -53,11 +53,14 @@ const INTENT_PATTERNS = [
|
||||
message: 'For media streaming, I recommend:',
|
||||
recommendations: [
|
||||
{ app: 'plex', reason: 'Stream movies and TV shows to any device' },
|
||||
{ app: 'jellyfin', reason: 'Free open-source alternative to Plex, no premium features locked' },
|
||||
{ app: 'emby', reason: 'Media server with live TV and parental controls' },
|
||||
{ app: 'sonarr', reason: 'Automatically download TV shows' },
|
||||
{ app: 'radarr', reason: 'Automatically download movies' },
|
||||
{ app: 'qbittorrent', reason: 'Download client for media files' },
|
||||
],
|
||||
question: 'Would you like me to deploy any of these?',
|
||||
disclaimer: 'DashCaddy provides deployment tools only. Users are responsible for complying with all applicable copyright and intellectual property laws. Always stream content you own or have rights to access.',
|
||||
}),
|
||||
},
|
||||
|
||||
@@ -334,4 +337,4 @@ module.exports = function({ asyncHandler }) {
|
||||
return router;
|
||||
};
|
||||
|
||||
module.exports.routeIntent = routeIntent;
|
||||
module.exports.routeIntent = routeIntent;
|
||||
Reference in New Issue
Block a user