ridhwaans / homehost

self-hosted, Netflix-like app made for streaming
MIT License
1.08k stars 118 forks source link

Feature - Read from nfo and tags #5

Closed h4wkmoon closed 6 years ago

h4wkmoon commented 6 years ago

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) ?

ridhwaans commented 6 years ago

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

h4wkmoon commented 6 years ago

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

ridhwaans commented 6 years ago

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

h4wkmoon commented 6 years ago

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.