Skip to content
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

Integrate with owncloud/music podcast feature #6

Open
memen45 opened this issue Apr 24, 2023 · 4 comments
Open

Integrate with owncloud/music podcast feature #6

memen45 opened this issue Apr 24, 2023 · 4 comments
Labels
question Further information is requested

Comments

@memen45
Copy link

memen45 commented Apr 24, 2023

Great to see this user interface built around the gpoddersync app! The 'official' music app, owncloud/music, has a podcast feature as well, but does not have this integration with gpoddersync yet. Would it be possible to combine efforts with e.g. @paulijar and build this integration into the official music app?

There is already an existing issue regarding this: owncloud/music#975, looking forward to hear your view on it!

@pbek pbek added the question Further information is requested label Apr 24, 2023
@pbek
Copy link
Owner

pbek commented Apr 24, 2023

Phew, I don't know. Are you talking about merging the three apps? I'm not sure how easy that could be done, especially integrating the database table structure from gpoddersync...

@memen45
Copy link
Author

memen45 commented Apr 24, 2023

Not necessarily the three, but at least the two UIs. Do you use a separate database from gpoddersync or do you interface with it somehow? I could not find any code hinting on how you connected to gpoddersync.

@pbek
Copy link
Owner

pbek commented Apr 24, 2023

The gpodder sync tables are used.

@memen45
Copy link
Author

memen45 commented Apr 26, 2023

Ah okay, so the integration/merging of both gpoddersync tables and the existing podcast tables is indeed a challenge. Could be either synced by import+hooks on change, or only using gpoddersync tables. The latter is easier wrt database, but requires some changes to the APIs (Subsonic and Ampache) to return the correct format.
Only the bookmarks scheme in gpodder is quite different compared to the APIs, but those are not yet implemented in owncloud/music, so no problems there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants