Skip to content

Xstream VOD Categories Missing #178

Closed
@deeareem

Description

@deeareem

Describe the bug

It looks like some VOD categories are missing on XStream.

Expected behavior

All VODs are shown in groups in the m3u-editor UI.

Actual behavior

Only certain VOD categories are showing up.

Additional context

It looks like the parser is getting some vod categories, but not all, e.g. the series categories:
https://github.com/sparkison/m3u-editor/blob/master/app/Jobs/ProcessM3uImport.php#L177

Doing tests on the XStream API, the following endpoint lists out the Series' VODs:
$baseUrl/player_api.php?username=$user&password=$password&action=get_series_categories

Sample json result is:
[ { "category_id": "1533", "category_name": "Category A", "parent_id": 0 }, { "category_id": "1521", "category_name": "Category B", "parent_id": 0 }, { "category_id": "1511", "category_name": "Category C", "parent_id": 0 },

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions