-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ FEATURE ] Add a property "have_xem_map" in TV Show object #1262
Comments
i think this may help with subtitle issue so we can use tv_show object to check if has xem map or not IMO all that scene_numbering could be part of TVE and TVS objects |
@p0psicles what do you think? |
I'm for moving all mako code out of the templates. So if this helps. Why not. |
@xo how did you do with displayShow in vue? |
@fernandog finished right |
No. I didnt add yet. Will do |
Closing this as it has been added to the #282 Master Feature List to track all feature requests. Discussion specific to this feature can continue in this thread. |
Add a property "have_xem_map" in TV Show object so we can avoid to do this check in displayShow to know if that show have xem map or not
get_xem_numbering_for_show
returns ALL mappings. But we only need to know if has map or not (True|False)https://github.com/pymedusa/Medusa/blob/develop/medusa/server/web/home/handler.py#L893
in displayShow we add a XEM icon when show has xem map
@medariox @ratoaq2
The text was updated successfully, but these errors were encountered: