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
|
MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - calvin8714 - 2018-05-29 (2018-05-28, 15:36)huttdes Wrote: [quote="archer96" pid='2738593' dateline='1527513172'] I ran into an issue like this having two monitors on the computer, then I removed one of the monitors, so the windows were “displaying” on the secondary screen. Something to try: Repeat what you’ve done to get the window to pop up. Once you’ve done this, that window will have focus and be active. Press the windows key and the left arrow a few times, and it should bring the window onto your active screen. If not, repeat with the right arrow. RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - jasn - 2018-05-29 (2018-05-28, 19:08)archer96 Wrote: @jasn Are you using the latest version available on GitHub? Because I can't reproduce this either. Could you give us all information in "About -> Developer"?Thanks for your attention archer. I went back and carefully cleaned out old versions and my scraping is working again. My bad. Thanks again and carry on! RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2018-05-29 @jasn No problem. I'm glad that everything works for you. :-) Some scrapers break a lot. For example the new Kino.de scraper (formerly know as Cinefacts) breaks like once a week because they change their website a lot. So if any scraper breaks, let us know as soon as possible. For example IMDb was broken (no outline/plot) for a few days/weeks and was fixed today. @calvin8714 Thanks! Had the same problem using other applications. @huttdes This might help as well: https://www.howtogeek.com/howto/windows/bring-misplaced-off-screen-windows-back-to-your-desktop-keyboard-trick/ RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - Maaarv - 2018-05-30 (2018-05-29, 12:22)archer96 Wrote: @Maaarv You meanJust tested and its working, thanks again. I also tested studio mappings for tv show episodes which I don't really use but had a problem with them in the past. Seems that there is the same problem. I tried to get this working with no luck: <studios> <map from="FOX (US)" to="FOX" /> </studios> And one more thing: When syncing the 'watched state' with Kodi the 'last played time' written to the nfo file seems to be one hour time-displaced. Not a big deal but maybe this can be solved easily aswell. RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2018-05-30 @Maaarv Thanks. https://github.com/Komet/MediaElch/pull/459 fixed this. You can download the latest version now. :-) The time bug is another topic. Will have to look into it another time. RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - shess757 - 2018-05-30 Andre, By following the instructions in your post to compile MediaElch will it update automatically? Thanks for keeping this awesome project alive, it's one of the few that work with Linux/ Scott - RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2018-05-30 (2018-05-30, 17:07)shess757 Wrote: By following the instructions in your post to compile MediaElch will it update automatically?There are now official build instructions (please refer to them instead of my previous post): https://github.com/Komet/MediaElch/blob/master/Build.md#linux To answer your question: You only build the version for which you downloaded the source code. You need to download and compile the source again if newer versions are released. :-) I can't say if and when MediaElch will be released to software repositories (Ubuntu's http://launchpad.net/ , etc.). Regards, Andre RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - shess757 - 2018-05-30 Thanks for the quick reply. I followed your instructions in the previous post and everything installed fine and its working. Thanks again, Scott- RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - Maaarv - 2018-05-31 (2018-05-30, 13:44)archer96 Wrote: @Maaarv Thanks. https://github.com/Komet/MediaElch/pull/459 fixed this. You can download the latest version now. :-)Unfortunately the studio mappings still don't work for me My advancedsettings.xml looks like this: <advancedsettings> <studios> <useFirstStudioOnly>true</useFirstStudioOnly> <map from="ABC (US)" to="ABC" /> <map from="FX (US)" to="FX" /> <map from="FOX (US)" to="FOX" /> <map from="HBO Nordic" to="HBO" /> <map from="NTV (JP)" to="NTV" /> <map from="Sky Atlantic (IT)" to="Sky" /> <map from="Sky Deutschland" to="Sky" /> </studios> </advancedsettings> RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2018-05-31 (2018-05-31, 09:58)Maaarv Wrote: Unfortunately the studio mappings still don't work for meMy bad (copy&paste bug). A new version will be automatically published in around 30min. Note: There was a small change in advancedsettings.xml . useFirstStudioOnly is now an attribute of <studio> See: https://github.com/Komet/MediaElch/blob/master/doc/advancedsettings.xml#L105 RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - Maaarv - 2018-06-02 working. thanks RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - shess757 - 2018-06-02 Regarding my previous question, are there files I can save and replace in the new version to keep my settings? I see the settings folder, can I just save that and overwrite the new file in the new version or should I use a specific file in that folder to avoid possibly breaking something? Thanks in advance, Scott- RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - grzesiek811 - 2018-06-03 Hi. I'm stuck on search by OFDb search engine. I can't stop searching by OFDb and I can't change search engine to IMDB or other RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2018-06-03 (2018-06-02, 22:41)shess757 Wrote: Regarding my previous question, are there files I can save and replace in the new version to keep my settings?You can keep your old settings files. MediaElch won't overwrite or reset them after an update. :-) @grzesiek811 Please download the latest MediaElch version available on https://www.kvibes.de/mediaelch/ The OFDb bug has been fixed there. RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - huttdes - 2018-06-03 (2018-05-28, 20:59)huttdes Wrote:Hey,(2018-05-28, 19:08)archer96 Wrote: @huttdes Still can't reproduce this. I'll install Windows 7 in the next few days and test on it.Yes, I have the advancedsettings.xml file for database on my NAS... been running it for years though. I deleted the registry entry and rebooted. All is well. Thank you much! |