Initial commit
This commit is contained in:
74
app/config/filters_config.json
Normal file
74
app/config/filters_config.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"filters": {
|
||||
"quality": {
|
||||
"name": "Qualité",
|
||||
"icon": "📺",
|
||||
"values": ["2160p", "1080p", "720p", "480p", "360p", "4K", "UHD"]
|
||||
},
|
||||
"source": {
|
||||
"name": "Source",
|
||||
"icon": "📀",
|
||||
"values": ["BluRay", "Blu-Ray", "BLURAY", "BDRip", "BRRip", "WEB-DL", "WEBDL", "WEBRip", "WEB", "HDTV", "DVDRip", "DVD", "Remux", "REMUX", "CAM", "TS", "TELESYNC", "HC", "HDCAM"]
|
||||
},
|
||||
"video_codec": {
|
||||
"name": "Codec Vidéo",
|
||||
"icon": "🎬",
|
||||
"values": ["x265", "x264", "H265", "H264", "HEVC", "AVC", "AV1", "VP9", "MPEG2", "VC1", "XviD", "DivX"]
|
||||
},
|
||||
"audio": {
|
||||
"name": "Audio",
|
||||
"icon": "🔊",
|
||||
"values": ["DTS-HD MA", "DTS-HD", "DTS", "DDP", "DD", "DD+", "Atmos", "ATMOS", "TrueHD", "AAC", "AC3", "EAC3", "FLAC", "MP3", "LPCM", "PCM"]
|
||||
},
|
||||
"language": {
|
||||
"name": "Langue",
|
||||
"icon": "🗣️",
|
||||
"values": ["FRENCH", "TRUEFRENCH", "VFF", "VFI", "VFQ", "VF", "VOSTFR", "SUBFRENCH", "MULTI", "MULTi", "ENGLISH", "ENG", "GERMAN", "GER", "SPANISH", "ESP", "ITALIAN", "ITA", "JAPANESE", "JAP", "KOREAN", "KOR"]
|
||||
},
|
||||
"hdr": {
|
||||
"name": "HDR",
|
||||
"icon": "✨",
|
||||
"values": ["HDR10+", "HDR10", "HDR", "DV", "DoVi", "Dolby Vision"]
|
||||
},
|
||||
"audio_format": {
|
||||
"name": "Format Audio",
|
||||
"icon": "🎵",
|
||||
"values": ["FLAC", "MP3", "AAC", "ALAC", "OGG", "OPUS", "WAV", "APE", "WMA", "M4A", "320", "256", "192", "V0", "V2", "24bit", "16bit", "Lossless", "Lossy"]
|
||||
},
|
||||
"music_type": {
|
||||
"name": "Type Musique",
|
||||
"icon": "💿",
|
||||
"values": ["Album", "Single", "EP", "Discography", "Discographie", "Compilation", "Live", "Concert", "Bootleg", "Demo", "Mixtape", "OST", "Soundtrack", "Score", "Integral", "Integrale", "Complete"]
|
||||
},
|
||||
"music_source": {
|
||||
"name": "Source Musique",
|
||||
"icon": "📻",
|
||||
"values": ["CD", "Vinyl", "WEB", "Cassette", "DAT", "SACD", "DVD-Audio", "Blu-ray Audio"]
|
||||
},
|
||||
"platform": {
|
||||
"name": "Plateforme",
|
||||
"icon": "🎮",
|
||||
"values": ["PC", "Windows", "Linux", "Mac", "MacOS", "Android", "iOS", "PS5", "PS4", "PS3", "Xbox", "Switch", "Nintendo", "Steam", "GOG", "Epic"]
|
||||
},
|
||||
"software_type": {
|
||||
"name": "Type Logiciel",
|
||||
"icon": "💻",
|
||||
"values": ["Portable", "Repack", "ISO", "Setup", "Crack", "Keygen", "Patch", "Update", "DLC", "Addon", "Plugin", "x64", "x86", "64bit", "32bit"]
|
||||
},
|
||||
"ebook_format": {
|
||||
"name": "Format Ebook",
|
||||
"icon": "📚",
|
||||
"values": ["EPUB", "PDF", "MOBI", "AZW3", "AZW", "CBR", "CBZ", "DJVU", "FB2", "LIT", "PDB", "RTF", "TXT", "DOC", "DOCX"]
|
||||
},
|
||||
"ebook_type": {
|
||||
"name": "Type Ebook",
|
||||
"icon": "📖",
|
||||
"values": ["Roman", "BD", "Comics", "Manga", "Magazine", "Journal", "Guide", "Manuel", "Tutoriel", "Cours", "Formation", "Audiobook", "Livre Audio"]
|
||||
},
|
||||
"game_type": {
|
||||
"name": "Type Jeu",
|
||||
"icon": "🕹️",
|
||||
"values": ["RPG", "FPS", "Action", "Adventure", "Strategy", "Simulation", "Sport", "Racing", "Puzzle", "Indie", "VR", "Multiplayer", "Coop", "Singleplayer"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user