ridhwaans / homehost

self-hosted, Netflix-like app made for streaming

Home Page:homehost.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature - Read from nfo and tags

h4wkmoon opened this issue · comments

Hi,
is it possible to make your app able to read infos from .nfo file (for movies and tv shows), and from id3 tags (for music) ?

its possible but why? its xml and the apis fetch that info and more. its a nice todo for migration support from other services

Well, why asking an external API when you already have the information at hand ?

Thats how I initially built it. I dont have nfos and tags

For nfos, i get it. If you don't have sonarr, sickrage, lidarr, radarr, it get that you don't use nfos.
For MP3 tags, well, that's another story. They are embedded into the files.

Never mind. After all, it's your app. I can't code in node and do it myself, anyway.
I think you should close this issue.