Kodi Community Forum
MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) (/showthread.php?tid=136333)



RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - Kallita - 2023-07-09

-@Kallita You're not a pain, thanks for reporting!
-Do you use the "Custom Movie Scraper"? If so, which title scraper did you select?

I use The Movie DB for movie scraping as the default. As far as I can remember I have not set up a custom movie scraper so all the settings should be default in that regard.

-Do you have an example movie title that I can use to test?

Today's test movies were:
Mission impossible 3
Mission impossible rogue nation
Mission impossible fallout (getting ready for the next release)
WHAM!
Doctor Who Am I

none scraped an "Original Name"  IE nothing appears in the "Original Name" line
Thanks for your time


RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - shedrock - 2023-07-10

(2023-07-09, 11:51)bugwelle Wrote: @shedrock Ah, now I see. I didn't check for discography. I can confirm it. I've opened a new issue at https://github.com/Komet/MediaElch/issues/1606 to keep track of it. I'll also need to add tests...
So once that is fixed, does that mean it will scrape the album/artist information as well? eg. album info, bio, artist name etc. The reason I ask is because none of that is even being scraped in the snapshot version as I mentioned.

Regards,

Shedrock


RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2023-07-10

Quote:... is there a way to scrape images but not overwrite the already existing images during download ?
@h3xc0r34l13n No, there isn't. Certain media types are overwritten. What do you have in mind? Should there be logo1.png, logo2.png etc? I'm open for proposals. Smile

@Kallita Thanks. What language do you use? Some languages (e.g. German, de-DE) don't have a title that differs from the original title. At least not for your examples. If the original title does not differ from the "normal" title, it is not stored.
There is the option "Don't store the original title if it is the same as the normal title" in settings -> movies. Is that checkbox checked?

Check on TheMovieDb.org if a movie has an original title. For example "Avatar - Aufbruch nach Pandora" (German) has.

@shedrock Yes. At least I hope so. :-)
Discogs is used for discography as well as album details. The universal music scraper uses Discogs, MusicBrainz and AllMusic. Discogs is broken at the moment (tests fail). I will have to check AllMusic as well.
If that is fixed, I will release a new version.


RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - shedrock - 2023-07-11

(2023-07-10, 18:52)bugwelle Wrote: @shedrock Yes. At least I hope so. :-)
Thank you @bugwelle, and thanks for all your hard work on this program. It is greatly appreciated.

Shedrock


RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - PopcornLinux - 2023-07-11

(2023-07-08, 19:53)bugwelle Wrote: @PopcornLinux I guess you use the Qt5 version, correct? See https://mediaelch.github.io/mediaelch-doc/contributing/bug-reports.html#developer-information for how to check. The Qt6 version has fixed a lot of those UI issues, see https://github.com/Komet/MediaElch/issues/429#issuecomment-1312743005 for an example comparison.
Our linux versions do not come with Qt6 support out of the box. I plan to update our release script for the Ubuntu PPA for Ubuntu 23.04 and later: I want to use Qt6 there.
If you want Qt6 support, you have to build MediaElch yourself, see https://mediaelch.github.io/mediaelch-doc/contributing/build/index.html for guides.

Regards,
Andre


That was it! I was running an old version of Qt due to mostly using gnome. The Fedora guide fixed it and its running better than ever. thanks! Its even integrated into the application launcher now. 

I'll be sure to donate this week. Thanks for all the hard work!


RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - Kallita - 2023-07-12

-@Kallita Thanks. What language do you use? Some languages (e.g. German, de-DE) don't have a title that differs from the original title. At least not for your examples.

English

-If the original title does not differ from the "normal" title, it is not stored.

With toggle off it used to be stored

-There is the option "Don't store the original title if it is the same as the normal title" in settings -> movies. Is that checkbox checked?

Toggle box is not checked as I want original title and normal title to be entered and saved as I will sometimes manually add something to the name to differentiate it from another version I might have.
for example Mission:Impossible may be the original and normal name but I may add "UHD" or "Complete" to the 'normal' name to show it as a different version (this is what is shown in kodi as the name of the movie) or even as an AKA name but still want the original name to be there as the original name.
Previous behaviour with box toggled would be the original name was not shown unless different from the normal name. This is happening with it toggled or not now.
Previous behaviour with box not toggled would put original name and normal name on the appropriate lines even if they matched. This no longer happens.

-Check on TheMovieDb.org if a movie has an original title. For example "Avatar - Aufbruch nach Pandora" (German) has.

comes up as avatar in the normal name.

Hope this makes sense to you.
If it is not happening that way anymore I will just manually copy the names over.


RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2023-07-23

(2023-07-12, 23:50)Kallita Wrote: Previous behaviour with box toggled would be the original name was not shown unless different from the normal name. This is happening with it toggled or not now.
Previous behaviour with box not toggled would put original name and normal name on the appropriate lines even if they matched. This no longer happens.

Seems I fixed in the latest available source files, but that is not released, yet. You can try one of our snapshot versions, see https://mediaelch-downloads.ameyering.de/snapshots/

I tested it now with "Mission: Impossible III" + TheMovieDb scraper:

  1. box not toggled (i.e. always store original title if it exists): "name + original name" are both set to "Mission: Impossible III"
  2. box toggled (i.e. only store original title if different): "name" is set to "Mission: Impossible III"; "original name" is not set

As far as I understood, that is what you want, correct?

Sorry, I totally forgot that I fixed it and only tested it with the latest unreleased version.

Regards,
Andre


RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2023-07-23

(2023-07-11, 23:02)PopcornLinux Wrote: That was it! I was running an old version of Qt due to mostly using gnome. The Fedora guide fixed it and its running better than ever. thanks! Its even integrated into the application launcher now. 

I'll be sure to donate this week. Thanks for all the hard work!

Cool, thanks! Donations are welcome, but we don't rely on them. They go to the original author of MediaElch, which I also appreciate, but not to me. Smile
I don't want any donations/money, as I develop MediaElch out of fun / personal interest only.


RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - Kallita - 2023-07-26

(2023-07-23, 13:30)bugwelle Wrote:
(2023-07-12, 23:50)Kallita Wrote: Previous behaviour with box toggled would be the original name was not shown unless different from the normal name. This is happening with it toggled or not now.
Previous behaviour with box not toggled would put original name and normal name on the appropriate lines even if they matched. This no longer happens.

Seems I fixed in the latest available source files, but that is not released, yet. You can try one of our snapshot versions, see https://mediaelch-downloads.ameyering.de/snapshots/

I tested it now with "Mission: Impossible III" + TheMovieDb scraper:
 
  1. box not toggled (i.e. always store original title if it exists): "name + original name" are both set to "Mission: Impossible III"
  2. box toggled (i.e. only store original title if different): "name" is set to "Mission: Impossible III"; "original name" is not set

As far as I understood, that is what you want, correct?

Sorry, I totally forgot that I fixed it and only tested it with the latest unreleased version.

Regards,
Andre
Tested using MediaElch_win_Qt6_2.10.3-dev_2023-07-24_00-38_git-master-0503124b and seems to be working .
Thanks for the fix.


RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2023-07-30

MediaElch v2.10.4 - Benzar

The next stable version 2.10.4 is here!

Blog Post: https://mediaelch.github.io/mediaelch-blog/posts/mediaelch-v2.10.4/
Documentation: https://mediaelch.github.io/mediaelch-doc/download.html

What's new?
I’ve fixed a few bugs, including broken scrapers, UI glitches, but there is also a new small feature: The movie search dialog now has a preview!

Please refer to the blog post for more details. :-)

Where can I download MediaElch?
Stable releases can be downloaded from https://mediaelch.github.io/mediaelch-doc/download.html
We have a download-mirror on https://mediaelch-downloads.ameyering.de/releases/v2.10.4/
This is my own server. So please be patient if the server is not reachable. :-)

For Linux distributions we provide repositories for Ubuntu (.deb) and openSUSE (.rpm).
For Windows we also provide a Chocolatey package.
The repositories will take a few days to get the latest version.

Where can I get help?
For general question use Kodi forums, e.g.

- [English] https://forum.kodi.tv/showthread.php?tid=136333 (this thread)
- [German] https://www.kodinerds.net/index.php/Thread/14560-MediaElch-MediaManager-for-Mac-Linux-Win/?pageNo=1

If you find a bug, please open an issue on https://github.com/Komet/MediaElch/issues

Changelog
Check out the full changelog at https://mediaelch.github.io/mediaelch-doc/release-notes.html


RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - shedrock - 2023-07-31

@bugwelle - I've never used MediaElch for Movies before, but I wanted to try it out today, but I have a few questions.

1 - Do I always have to change the name of the movie to the exact name in order for it to find it? For example, if I use The.Black.Demon.2023.1080p.WEB-DL.DDP5.1.H.264, then it does not work.

2 - Is there a way to save the extrafanart to the root folder instead of a sub directory?

3 - When I try to download the trailer, the program freezes up.

Regards,

Shedrock


RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2023-07-31

(2023-07-31, 01:51)shedrock Wrote: 1 - Do I always have to change the name of the movie to the exact name in order for it to find it? For example, if I use The.Black.Demon.2023.1080p.WEB-DL.DDP5.1.H.264, then it does not work.

Do you mean when you search for a movie e.g. on TheMovieDb? MediaElch only uses basic title extraction from the filename. e.g. we replace dots by whitespace. Some scrapers such as IMDb are more restrictive on what search query results in the wanted search result. Your title is transformed to "The Black Demon 2023 1080p WEB-DL DDP5 1 H 264". But I think we should auto-remove the H.264 parts, etc.
I've opened https://github.com/Komet/MediaElch/issues/1627 to track this.

(2023-07-31, 01:51)shedrock Wrote: 2 - Is there a way to save the extrafanart to the root folder instead of a sub directory?
Do you have your movies in separate directories or in a single one (see setting "Sep. Folders" for your media directory).
Ok, well, I think regardless of your answer: No, not yet.

(2023-07-31, 01:51)shedrock Wrote: 3 - When I try to download the trailer, the program freezes up.

hmmm... There seems to be a bug as well. Closing the window before the entries are loaded, MediaElch may crash.
It may take a while before anything appears. MediaElch shouldn't freeze (as in: Does not respond; Windows shows "App is not responding", etc.), but it will take a few seconds up to a minute for anything to be shown.


RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - manfeed - 2023-07-31

(2023-07-31, 01:51)shedrock Wrote: 2 - Is there a way to save the extrafanart to the root folder instead of a sub directory?

Thanks for the last version! I think there are many users that would like to see this feature in MediaElch. At the end of the day, it has been the standard for Kodi since many years and several Kodi versions ago. I like MediaElch and whenever a new version is launched I hope that option gets included, but to no avail. I (and many more users for sure) would be inmensely grateful if this feature would get added someday. Thanks!


RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - shedrock - 2023-07-31

(2023-07-31, 19:19)bugwelle Wrote: hmmm... There seems to be a bug as well. Closing the window before the entries are loaded, MediaElch may crash.
It may take a while before anything appears. MediaElch shouldn't freeze (as in: Does not respond; Windows shows "App is not responding", etc.), but it will take a few seconds up to a minute for anything to be shown.
Yes, definitely a bug because it freezes up every time.
Quote:Do you mean when you search for a movie e.g. on TheMovieDb? MediaElch only uses basic title extraction from the filename. e.g. we replace dots by whitespace. Some scrapers such as IMDb are more restrictive on what search query results in the wanted search result. Your title is transformed to "The Black Demon 2023 1080p WEB-DL DDP5 1 H 264". But I think we should auto-remove the H.264 parts, etc.

I've opened https://github.com/Komet/MediaElch/issues/1627 to track this.
Yes, and thank you.

Shedrock


RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - shedrock - 2023-07-31

@bugwelle - I also forgot to mention to you. I have a band called Bad Habit (Swedish band), but when I click on it to scrape, absolutely nothing happens. The scrape button just stays greyed out, even after 30 minutes. The program does not lock up, but it wont let me scrape any band with that name.

Cheers,

Shedrock