Bug 275962 - [NEW PORT] multimedia/mediaelch: Desktop utility to manage metadata and artwork for Kodi and Jellyfin
Summary: [NEW PORT] multimedia/mediaelch: Desktop utility to manage metadata and artwo...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joel Bodenmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-27 12:19 UTC by Lexi Winter
Modified: 2024-02-04 20:15 UTC (History)
1 user (show)

See Also:


Attachments
patch (3.08 KB, patch)
2023-12-27 12:19 UTC, Lexi Winter
no flags Details | Diff
patch #2 (2.99 KB, patch)
2023-12-27 12:59 UTC, Lexi Winter
no flags Details | Diff
patch (3.00 KB, patch)
2024-01-05 05:09 UTC, Lexi Winter
no flags Details | Diff
patch (3.43 KB, patch)
2024-01-13 03:46 UTC, Lexi Winter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lexi Winter 2023-12-27 12:19:58 UTC
Created attachment 247287 [details]
patch

MediaElch is a desktop media metadata manager for Kodi and Jellyfin.

It can automatically download information about movies, TV shows and music,
including artwork, and create ".nfo" files which are used by the Kodi/Jellyfin
user interface.
Comment 1 Lexi Winter 2023-12-27 12:59:40 UTC
Created attachment 247291 [details]
patch #2

fix the qt5 flavor.
Comment 2 Lexi Winter 2024-01-05 05:09:20 UTC
Created attachment 247457 [details]
patch

new patch, fix testport errors
Comment 3 Lexi Winter 2024-01-13 03:46:28 UTC
Created attachment 247611 [details]
patch

fix testport for the qt5 flavour
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-02-04 20:14:56 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=98816358fdd22f1d58a71b25f0b357314901a022

commit 98816358fdd22f1d58a71b25f0b357314901a022
Author:     Lexi Winter <lexi@le-fay.org>
AuthorDate: 2023-12-27 12:17:18 +0000
Commit:     Joel Bodenmann <jbo@FreeBSD.org>
CommitDate: 2024-02-04 20:13:19 +0000

    multimedia/mediaelch: New port

    Desktop utility to manage metadata and artwork for Kodi and Jellyfin.

    PR:                     275962
    Approved by:            tcberner (mentor)
    Differential Revision:  https://reviews.freebsd.org/D43477

 multimedia/Makefile                  |  1 +
 multimedia/mediaelch/Makefile (new)  | 42 ++++++++++++++++++++++++++++++++++++
 multimedia/mediaelch/distinfo (new)  |  3 +++
 multimedia/mediaelch/pkg-descr (new) |  5 +++++
 4 files changed, 51 insertions(+)
Comment 5 Joel Bodenmann freebsd_committer freebsd_triage 2024-02-04 20:15:32 UTC
Committed - Thanks!