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) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
|
RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2024-01-24 Hi! (2024-01-22, 07:29)Boulder Wrote: 1) Is it so that there is no sorting method for other items than movies? 1) Yes. No specific reason, though. Was just never implemented. 2) When a TV show doesn't have an ID, MediaElch searches on the selected scraper's website using the TV show's title. It takes the first ("best") result. 3) Good question. The idea was that episodes and TV shows are independent. At least in the context of NFO files. 4) Sync as in: sync with file system (i.e. NFO file)? (2024-01-23, 21:24)Boulder Wrote: Also, how do you update the ratings for episodes in one go? If you right click on the TV show and use Load information, it will not update them at least in the case where I have had to add the IMDb ID afterwards and set the scraper to use IMDb for ratings (for example in case of Sherlock Holmes (1984), which is split into different TV shows in IMDb). I have to use Load information episode by episode. Selecting multiple episodes and using Load information causes an error "Skipping show "%1" because it does not have a valid ID."Did you by chance check the box "only update shows with an ID"? I've fixed the message in https://github.com/Komet/MediaElch/pull/1711 just now. Regards, Andre RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - Boulder - 2024-01-24 (2024-01-24, 20:55)bugwelle Wrote: Hi!Thank you for the reply! 2) In this case, I had that "only with ID" checked. However, I tested now by removing the NFO files and images of two shows, reloaded TV shows and tried to scrape them. The TV show data itself is found and scraped, but the episodes remain without any data even if I had all episode infos apart from thumbnails selected. Also, if that checkbox is unchecked and I use Load information on a show that has an ID, ME will treat it as it didn't have one..at least based on the log. I guess in this case it should either use the ID or search if no ID exists? 4) Sync with Kodi. I was a little worried that the "hard reset" way ME uses might mess with the "Latest added" information in Kodi, but looks like Kodi keeps track of what has already existed in the database. Nice work! The additional question: yes, that checkbox was enabled. So that looks at the TV show id and not the episode id even if only episodes are selected? RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2024-01-24 (2024-01-24, 21:25)Boulder Wrote: 2) In this case, I had that "only with ID" checked. However, I tested now by removing the NFO files and images of two shows, reloaded TV shows and tried to scrape them. The TV show data itself is found and scraped, but the episodes remain without any data even if I had all episode infos apart from thumbnails selected. 2) Did you select multiple TV shows or just multiple episodes or a combination of both? If only TV shows (and no episode) are selected, only TV metadata is loaded. That's a current limitation. If you scrape each TV show alone, the "single TV show search dialog" has options to "load only new episodes". 4) Ah, be aware: I never use(d) that feature! The original MediaElch author implemented it and I only fixed one bug in the last 6 years. IMHO, this speaks for the stability of Kodi. 5) Yes. It should be named better, but the checkbox requires that TV shows have an ID. There are scrapers that need TV shows to have an ID, even if there is an episode ID. Regards, Andre RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - Boulder - 2024-01-25 (2024-01-24, 22:12)bugwelle Wrote:2) I had two TV shows selected, with the list non-expanded so only the shows themselves were activated. I just found it odd that the search dialog has the Episode Details tab but then it has no meaning in this case?(2024-01-24, 21:25)Boulder Wrote: 2) In this case, I had that "only with ID" checked. However, I tested now by removing the NFO files and images of two shows, reloaded TV shows and tried to scrape them. The TV show data itself is found and scraped, but the episodes remain without any data even if I had all episode infos apart from thumbnails selected. 5) Hmm. If the checkbox is enabled, loading information doesn't work even if the ID is there. I will have to test loading the information when the TV show is selected. I tried it briefly on one TV show where for some reason IMDb IDs were missing from episodes and "Update TV show and all Episodes" did not fix it. Only "All episodes" did.. then I tried to remove the IMDb ID from one episode and tested the first case, then it worked RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - Boulder - 2024-01-25 I was able to once get the issue where the ids for an episode just didn't appear when scraping the show, but I couldn't find a way to reproduce it. So I guess my final question is: is there a way to rescrape data like ratings or certification for episodes in one go? I like to do this a couple of times per year especially if I have more recent shows which change more often. EDIT: one more final question.. if I select only the TV shows and use "Get watched status" in the sync, will it just pick up the watched status of the show or also all episodes? If the first one, it will screw things up in Kodi with the brute force sync method.. RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2024-01-27 (2024-01-25, 07:04)Boulder Wrote: 2) I had two TV shows selected, with the list non-expanded so only the shows themselves were activated. I just found it odd that the search dialog has the Episode Details tab but then it has no meaning in this case? 2) Indeed. I've opened https://github.com/Komet/MediaElch/issues/1714 5) Thanks for reporting. Which ID are you talking about (IMDb/TMDb/TheTvDb) and which scraper do you use? Boulder Wrote:So I guess my final question is: is there a way to rescrape data like ratings or certification for episodes in one go? I like to do this a couple of times per year especially if I have more recent shows which change more often. final question: If I remember correctly, it should be enough to unselect all checkboxes except for "rating" and then scrape episodes. final final question: Syncing is always all or nothing: all movies, TV shows _and_ episodes, etc. Regars, Andre RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - Boulder - 2024-01-27 (2024-01-27, 18:41)bugwelle Wrote:5) In this case, all IDs are there. So for example, TV show Red Dwarf. I have all the IDs in place for the show and for all episodes because I already have scraped them earlier. Then I select only the episodes of the first season, right click and select Load information. Leave the "Update only" checked and try to scrape something, and the complaint about the missing ID is there (Skipping show "%1" because it does not have a valid ID.) Looks like it doesn't find the show because the variable placeholder's there.(2024-01-25, 07:04)Boulder Wrote: 2) I had two TV shows selected, with the list non-expanded so only the shows themselves were activated. I just found it odd that the search dialog has the Episode Details tab but then it has no meaning in this case? Final question: so does that apply even if I select only all TV shows and not also their individual episodes? So basically can I use CTRL+A to select all shows and then just scrape ratings for both the show and the episodes? Because I just tested it by removing the IMDb rating of one episode of a show, selected two shows (including the one where the changed episode is) and chose to scrape Rating for both the show and the episodes. Didn't bring the rating back RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - mrjlaunch - 2024-04-10 I'm not sure if I'm doing something wrong here? I also couldn't find any mention of my problem online, but I can't get the "Download Trailer" button to work in MediaElch v2.10.6. So if I click the button "Download Trailer" (Eg. for "Rings 2017") in MediaElch it finds the trailer (using scraper HD-Trailers.net locates a Apple.com URL), but I can't play the trailer and if I click download it saves a small .mov file. If I open the .mov file in notepad it's just full of html code. RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - Hucka - 2024-07-01 Pardon the noob question but having a hard time finding a related discussion (admins please move the post if needed). I am using Mediaelch to setup all my nfo files to be used in kodi for my movies. Everything works, but the trailers. The link scraped in mediaelch is correct and works on YouTube. However if I select any trailer in kodi I get a “one or more items failed to play…” error. If I refresh the information via kodi scraping online then it works. All software and app versions are up to date and using a nvidia shield connected to tv. RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2024-10-14 MediaElch v2.12.0 The next stable version 2.12.0 is here! Blog Post: https://mediaelch.github.io/mediaelch-blog/posts/mediaelch-v2.12.0/ Documentation: https://mediaelch.github.io/mediaelch-doc/download.html What's new? I’ve fixed many bugs, including broken scrapers. No major new features, except reworked scraper settings. Due to time constraints, I'm looking for new co-maintainers, see https://github.com/Komet/MediaElch/issues/1710 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.12.0/ 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 |