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 - nanohits - 2013-03-13 Hi Komet, Any ideas on the port issue? Maybe another internal problem for some reason I cant even telnet says connection failed. I am wondering what else I can try. RE: MediaElch - MediaManager for Mac/Linux/Win - Komet - 2013-03-13 (2013-03-13, 03:17)nanohits Wrote: Hi Komet, No sorry. I'm not using Windows at all and have no idea what can cause this problem. Maybe someone else can help you? RE: MediaElch - MediaManager for Mac/Linux/Win - tparvais - 2013-03-13 (2013-03-12, 21:46)Komet Wrote:(2013-03-12, 21:12)tparvais Wrote: Hello cool thanks ! RE: MediaElch - MediaManager for Mac/Linux/Win - audio.addicted - 2013-03-13 (2013-03-13, 03:17)nanohits Wrote: Hi Komet, Can you access http://<hostname>:<port>/jsonrpc via wget or something? I also used the iOS App to test if there is some firewall problem. RE: MediaElch - MediaManager for Mac/Linux/Win - Komet - 2013-03-13 (2013-03-13, 21:38)audio.addicted Wrote:(2013-03-13, 03:17)nanohits Wrote: Hi Komet, That's not the same. This will access the API through the web server but MediaElch uses the TCP transport (http://wiki.xbmc.org/index.php?title=JSON-RPC_API#TCP) RE: MediaElch - MediaManager for Mac/Linux/Win - audio.addicted - 2013-03-13 (2013-03-13, 03:17)nanohits Wrote: Hi Komet, You could download TCPView TCPView and execute it on your XMBC server. For me it shows the following: Code: XBMC.exe 768 TCP HTPC-Deluxe 6669 HTPC-Deluxe 0 LISTENING 6669 is the webserver and 9090 the port that is used for JSON-RPC. My MediaElch has Port 9090 configured. How does it look on you HTPC? MediaElch 1.5 Mac Not picking up new Movie folders - sebnev - 2013-03-15 Hi, Been using MediaElch for since 1.3 - its always worked fine. Since using 1.5 its not finding new movies that I've added to the directory. In the past just hitting reload and it would pick up any new movies, but not now. All settings have remained the same. However TV shows continue to work just fine ! (they are in a different folder) There's nothing new about the movies or movie structure. (e.g /Flash Gordon/Flash Gordon.mkv). Any ideas whats going on ? or where can I download 1.3 ? Thanks. RE: MediaElch - MediaManager for Mac/Linux/Win - Komet - 2013-03-15 What about 1.4, was it ok in this version? And could you please try the latest nightly: http://mediaelch.de/autobuilds/ Here are the links for 1.3 and 1.4 for Windows: http://mediaelch.de/releases/1.4/MediaElch-1.4.zip http://mediaelch.de/releases/1.3/MediaElch-1.3.zip RE: MediaElch - MediaManager for Mac/Linux/Win - sebnev - 2013-03-15 Thanks for the links - where can I find the 1.3 and 1.4 Mac installs ? I'll try the windows version anyway.... RE: MediaElch - MediaManager for Mac/Linux/Win - Komet - 2013-03-15 Mac versions are here: http://mediaelch.de/releases/1.4/MediaElch-1.4.dmg http://mediaelch.de/releases/1.3/MediaElch-1.3.dmg RE: MediaElch - MediaManager for Mac/Linux/Win - sebnev - 2013-03-15 @Komet - From my testing... Mac 1.5 - doesn't find new movie folders Windows - lastest nightly - works Mac 1.4 - works Mac 1.3 - works Is there a mac nightly build I can try ? (i've got no idea how to compile stuff from github!) RE: MediaElch - MediaManager for Mac/Linux/Win - Komet - 2013-03-15 @sebnev: Nightlies for Mac OS are not available, so you have to wait for 1.6... RE: MediaElch - MediaManager for Mac/Linux/Win - Linusorg - 2013-03-16 Hi Komet, during my re-scrapping of BR and DVD structures i saw that some movies are cipped for rescrapping poster, artwork, etc. even if a nfo for identifing the movie was present. a manual scrap ( changing a bit the title ) brought up the artwork, etc. Would it be possible that youchange the scrapping in the form that if you rescrapp multible movies that ME takes the nfo first for identifying the movies and take it from there ? a lot of manual cleaning wouldn't be needed if this would be in place. for individual scrapping i wouldn't see the need, or you can set an option in the search dialog. Thanks for considering. Linus RE: MediaElch - MediaManager for Mac/Linux/Win - Komet - 2013-03-16 @Linusorg: If a nfo file is present MediaElch first checks if it has an <id> tag and uses this (IMDB id) for the search. RE: MediaElch - MediaManager for Mac/Linux/Win - Linusorg - 2013-03-16 Hi Komet i reviewed some nfo and you are right, no ID entry in the tag. which takes me to the question if there was a version of me where the id tag wasn't stored correctly ? I moved to ME some time ago and rescrapped mor or less all movies with it. if id tags are now stored no problem, i am cleaning right now anyway :-) |