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) - otemato - 2017-02-08 Hi, Very nice software! In the past I used https://thumbgen.codeplex.com/ with WDTV live... Now with kodi, I wanted to find something with thumbGen options: - choose between a huge amount of movies info site (french ones, spanish ones , english ones,...) - select the folder (one with movies for the kids, one with anim for the kids, one with documentaries, one with live music concert, one with movies for the parents, ...) on which I want to find the info to make the nfo files and the posters - select only the movies or anims, or documentaries, or... which don't have nfo file without listing all the library the only way I found to be able to scrap a specific folder is to put the folder that I don't want as "tv series" for example and put the one I want to use as "movies" and then load that specific "folder library". But I find that too long and would have like to have a simple box to tick tu use the specific folder I want to load as library. thanks RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - huttdes - 2017-02-08 (2017-02-08, 17:38)shindou Wrote: Hi, Make sure your folder is named exactly like imdb or tvdb has them named. Some shows like Archer I believe require you to have it named Archer (2009) to recognize it correctly. Worse case scenario if it is not seeing it like it should then you can copy the id number and put that in place of the title and it should find what you need. You will see this number as part of the URL for example Archer is 110381 Star Wars A New Hope is tt0076759 edit>>>after reading your post a second time it seems you are having trouble with only a specific episode? If that's the case I don't think I've ever had that issue... if it recognizes the show then it gets it all. One other thing you can check is the dropbox on the bottom... make sure you have episodes selected to scrape and not 'Update TV show only' RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - shindou - 2017-02-08 I have tried all of those things and have actually found the episode on imdb and tvdb and it does not find it. The episode is endeavour s01e00. The imdb series id number is tt2701582 and the episode id number is tt2039333 and the tvdb is 4232986. I've tried inputting them manually into mediaelch as well and it does not find it. I've even tried making a .nfo file myself without much luck. RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - huttdes - 2017-02-08 If that's a special it needs to be in a Season 0 folder... RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - Powerhouse - 2017-02-08 If you ever need help naming episodes, just go to the source... http://thetvdb.com/?tab=season&seriesid=254834&seasonid=481706&lid=7 As you see, Endeavour s01e00 is listed as a special. So if you go to the special list for Endeavour... http://thetvdb.com/?tab=season&seriesid=254834&seasonid=481705&lid=7 You see that episode is called "Pilot". Now if you read the Kodi wiki... http://kodi.wiki/view/naming_video_files/TV_shows You will see that "Special Episodes" need to be placed under Season 0. So in your case you will rename that episode Endeavour S00E01, and it needs to be placed in the Season 0 folder (so make that if you don't have it already). RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - huttdes - 2017-02-09 Thanks Powerhouse... obviously by my previous post I knew about the Season 0 folder but and couldn't even guess how many years I've been using TVDB for this or the countless 1000's of times I've referenced it for who knows how many shows... I've NEVER noticed that specials link before the seasons... I've basically made my own nfo's all these years.... WTF!!! Thanks for teach an old dog a new trick!... renaming Season 0 files as we speak... RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - PushPull - 2017-02-13 2 weeks later still no music support. Been down what, 3 weeks ? 1 month? Are there alternatives til MediaElch? I just use it to scrape artwork for my music collection on _artists only_ to have local artwork when Kodi starts scraping. Kodi wipes the chosen artwork/thumbs on artists each time it scrapes. (2017-02-01, 14:10)huttdes Wrote: February 1st.... still no music support... RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - garretn - 2017-02-13 I posted a fix for Komet in their forums just now, but if you're willing to compile yourself... Code: --- scrapers/UniversalMusicScraper.cpp.orig 2017-02-13 09:10:26.305679745 -0600 Looks like it broke because MusicBrainz started requiring a UserAgent with all API requests. The URL changes aren't actually necessary, but it saves needless redirects for every musicbrainz api request. Update: Updated patch RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - huttdes - 2017-02-13 (2017-02-13, 17:08)garretn Wrote: I posted a fix for Komet in their forums just now, but if you're willing to compile yourself... What exactly are we supposed to do with that? RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - garretn - 2017-02-13 (2017-02-13, 19:21)huttdes Wrote:(2017-02-13, 17:08)garretn Wrote: I posted a fix for Komet in their forums just now, but if you're willing to compile yourself... Like I said, if you're willing to compile MediaElch from source you can apply that patch to the source code first. Otherwise you'll have to wait for Komet to include the fix and post a new build (if he does). RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - huttdes - 2017-02-13 Let me rephrase... I knew what you meant. I'm just not sure how to do it. I did recompile MAME once a while back but also had a step by step to follow... If you have the time for a little more assistance that would be greatly appreciated... RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - garretn - 2017-02-13 I'm afraid I'm a linux user personally, so I'm really ill suited to be able to help there. MediaElch itself is a Qt application and comes with a project file, and it itself requires Qt5 so if you want to attempt it, you could probably get by by just googling how to set up QtCreator w/Qt5 and compile a project. RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - Ethyria - 2017-02-21 (2017-02-04, 01:04)mhaaland Wrote: You can try playing with this. It's old but I'm having some moderate success. Wow, I'm amazed your still having some success with it. I actually stopped development on Symphony when music functionality was added to Media Elch, but unfortunately that doesn't appear to be working any more. If there is no news on an update/fix for MediaElch, I might look at re-writing Symphony. RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - huttdes - 2017-02-21 (2017-02-21, 01:59)Ethyria Wrote:(2017-02-04, 01:04)mhaaland Wrote: You can try playing with this. It's old but I'm having some moderate success. That would be awesome... I can't believe that all the metadata scrapers don't support music... RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - garretn - 2017-02-21 If I get some time today I'll see if I can get windows compiling working in a VM. I doubt Komet would appreciate me releasing the donators-only releases, so I'll see if my patches work fine against the github version. |