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) - PREM1Z - 2018-07-08 Thanks for this great app! But i have one issue. I used file renamer, for movies its working, but when i use for tv shows, not rename, add +S01E01 and also extension. Im using latest version 2.4.3-dev_2018-07-08_13-37_git-master-d6b91f7 RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2018-07-08 Quote:I used file renamer, for movies its working, but when i use for tv shows, not rename, add +S01E01 and also extension. I'm using latest version 2.4.3-dev_2018-07-08_13-37_git-master-d6b91f7 What are your settings in the "Renamer" dialog window? :-) Below is a screenshot of the default settings. <title> will be replaced by the episodes title (your episodes need to have title of course).Please use a "Dry Run" before actually renaming your files. Regards, Andre RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - PREM1Z - 2018-07-08 (2018-07-08, 18:52)archer96 Wrote:Same default settings, but always add episode name and extension again and againQuote:I used file renamer, for movies its working, but when i use for tv shows, not rename, add +S01E01 and also extension. I'm using latest version 2.4.3-dev_2018-07-08_13-37_git-master-d6b91f7 Here is dry run: https://imgur.com/OBRYbL0 RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2018-07-08 (2018-07-08, 19:30)PREM1Z Wrote: Same default settings, but always add episode name and extension again and againWow... That shouldn't happen... Is any of your movies a symbolic link/shortcut to another file? Are your settings really exactly the same? If so, could you go to "About -> Developers" and give me all information there? Example: You can strip the paths (i.e. remove your username / anonymize it). I'll try to reproduce and fix that. Regards, Andre RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - PREM1Z - 2018-07-08 (2018-07-08, 20:34)archer96 Wrote:No shortcut or link, just a folder. Renamed to like this now, and when i scrape and rename from this, again not replace, just adds S01E01 and also mkv.mkv.(2018-07-08, 19:30)PREM1Z Wrote: Same default settings, but always add episode name and extension again and againWow... That shouldn't happen... https://imgur.com/a/sbSYrSG In this Series folder all of tv shows is renamed with same, but with other folder with Movies is working and dunno why. Ps: Not something wrong with get filenames? https://imgur.com/a/x2jbaY3 RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - 476429 - 2018-07-09 In Settings, I enabled Ignore Articles When Sorting ("The"). It looks like it's a little confused as to what an "article" is. My list of movies now contains: "Hard, Die". Any way to fix this? Thanks RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2018-07-09 Quote:Ps: Not something wrong with get filenames? https://imgur.com/a/x2jbaY3No, that's intended. The first S01E01 is the actual season and episode number parsed by MediaElch. The rest of the name is the original file name. :-) But "Boruto - ... " shouldn't look like that. Seems like I've forgotten to check for too long titles there. I thought that I had fixed that. PS: I've opened an issue on GitHub for your renamer bug: https://github.com/Komet/MediaElch/issues/513 I wasn't able to reproduce it, yet. Quote:My list of movies now contains: "Hard, Die"."Die" is a German article. Please have a look at the "Advanced Settings": https://github.com/Komet/MediaElch/blob/master/doc/AdvancedSettings.md In the XML file there's a tag "sorttokens": https://github.com/Komet/MediaElch/blob/master/doc/advancedsettings.xml These are all default articles: <sorttokens> Copy `advancedsettings.xml` and remove the articles that you don't want. Regards, Andre RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - 476429 - 2018-07-09 (2018-07-09, 21:16)archer96 Wrote:Quote:My list of movies now contains: "Hard, Die"."Die" is a German article. Thanks for the info! RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - Punkid - 2018-07-12 Does Mediaelch support reading id3v2.4 tags from music files? I am having trouble getting it to work. It only basically reads my artist and album folders and does not read the musicbrainz IDs ive tagged the files with. RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2018-07-12 Currently MediaElch does not load any details from the actual audio files (mp3/...). ME only searches for artists and albums. Regards, Andre RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - Punkid - 2018-07-13 I am also having trouble scraping tv shows. It retrieves most of the info but none of the artwork. All default settings RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2018-07-13 (2018-07-13, 13:51)Punkid Wrote: It retrieves most of the info but none of the artwork. All default settingsThanks for reporting this. Has it worked before? I'm asking because I haven't changed anything regarding the file searcher (or so I think). I'll look into this. Do have examples where it doesn't work? What names do your TvShow, show folder and artwork file have? Regards, Andre RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - Punkid - 2018-07-13 Ok so i just tried copying the files to my desktop and then trying it, and it KIND OF worked. It retrieved the information, but didnt get the images itself, i had to manually add them. Then i tried with a network mapped drive and it worked the same. Example of my folder structure: The Flash (2014) > Season 1 > The Flash 01x01 - Blabla.mkv I must say that Mediaelch worked flawlessly for my movies, which are also on a mapped network share (Z:\Movies) RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - tezzatezza - 2018-07-21 I've been unable to access the image selection window in MediaElch for some time now. When I click the empty image placeholder in the main window, it is as if another window pops up but I can't see it. I can escape out of it with ESC, back into the main window. I've tried searching the forums here and could only find a suggestion about multiple monitors. Added a second monitor, but to no avail. It's rendered the software all but unusable for me. Can anyone suggest how to fix it? Running Windows 10, 64 bit, 4D monitor, MediaElch 2.4.3-dev-Talax. Many thanks. RE: MediaElch - MediaManager for Mac/Linux/Win (with music library scraping) - bugwelle - 2018-07-21 (2018-07-21, 12:50)tezzatezza Wrote: I've been unable to access the image selection window in MediaElch for some time now. When I click the empty image placeholder in the main window, it is as if another window pops up but I can't see it. I can escape out of it with ESC, back into the main window. I've tried searching the forums here and could only find a suggestion about multiple monitors. Added a second monitor, but to no avail. It's rendered the software all but unusable for me. Can anyone suggest how to fix it? Running Windows 10, 64 bit, 4D monitor, MediaElch 2.4.3-dev-Talax. Many thanks. Ok. Please try this: Close MediaElch and open "regedit.exe" (Registry Editor) and go to "HKEY_CURRENT_USER/Software/kvibes/MediaElch"/ImageDialog. Delete the key "Pos". Then open MediaElch again and try opening the image chooser. The position should be reset to its default value. I hope this fixes your issue. Regards, Andre |