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

Generate nfo files for use with media centers, Kodi/Jellyfin #2

Open
belikor opened this issue May 18, 2021 · 0 comments
Open

Generate nfo files for use with media centers, Kodi/Jellyfin #2

belikor opened this issue May 18, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@belikor
Copy link
Owner

belikor commented May 18, 2021

tuxfoo/lbry-seedit#20

The lbrytools.print_summary function is able to create a CSV file with all claims downloaded so far.

p = print_summary(title=True, typ=False, path=False,
                  cid=True, blobs=True, ch=False, name=True)

It would not be too hard to place this information in an XML format (.nfo) so that it can be read by Kodi and Jellyfin.

When it is cycling through the list, it could write one .nfo per claim.

@belikor belikor added the enhancement New feature or request label May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant