forked from DanCooper/Ember-MM-Newscraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog.txt
329 lines (270 loc) · 12 KB
/
Changelog.txt
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
Changelog 1.4.0.7 Beta (2014-11-27)
[Main]
added: MovieList custom sorting (beta)
added: TV Show Extrafanarts settings
added: backgroundworker for movie posters in moviesets
added: expert settings for moviesets
added: "Change Movie (Auto)" (scrapes all images images automatically after movie change)
added: "Exclude TV Source from library update"
added: votes count for tv shows and episodes
added: filenames in Edit Movie and Episode dialog
added: Audio and Subtitle languages flags with full stream informations in main window
added: "Part of a MovieSet" column in main window
added: "Rewrite all Movie Content"
added: change Episode watched state by clicking watched column
added: "Detailed Scraper preview" support while single field scraping
added: MovieSet NFO support (not yet supportet by MovieSetArtworkAutomator)
added: English and German Forum links to Help menu
fixed: image resizing
fixed: some data scraper issues
fixed: MPAA/Certification handling
fixed: error while closing "Edit TV Show" dialog
fixed: TV Show MPAA can't set to empty
fixed: season text if used year as season number
fixed: titles in YouTube trailer search results
fixed: Fanart Backdrops settings
fixed: Bitrate "0" issue
fixed: crash after deleting images in tv image select dialog
fixed: icon shifting in settings dialog
fixed: FileSorter do not use setted filenames
fixed: Settings dialog size on small displays
fixed: Title/OriginalTitle handling in main windows
fixed: Playcount/Watched state is not writen to NFO after change with context menu
fixed: Ratings in main window are not rounded
fixed: "Missing Episodes" are gone after rescraping a single season (partially fixed, still does not work with "*All Seasons" entry
fixed: Genre settings are not saved
changed: completely revised Setting dialog for better sizing, scrolling and prevent label overlapping
changed: "Excluded" sources now are gray in update database submenu
changed: temporarily disabled "New Movie" and "New Episode" notifications to prevent crash
changed: Tools menu items handling
changed: display best audio of selected language in main window (if this option is enabled in settings)
changed: revised all main filter panels
removed: all fixed audio and video codec conversion
removed: quality settings for images
removed: option "Use Outline for Plot if Plot is empty"
[MediaFileManager]
added: TeraCopy support to copy and move movies (beta)
[Renamer]
fixed: VideoSource bug
fixed: Subtitles paths are not updated after renaming
fixed: Renamer fills OriginalTitle even if it the same like title
fixed: BulkRenamer adds too many "tt" to IMDB-ID
changed: BulkRenamer use MovieList filter
[MoviePilot]
fixed: some issues
changed: completely revised for faster scraping
[IMDB]
added: more "Force Title Languages"
[OFDB]
fixed: some issues
changed: completely revised for faster scraping
Changelog 1.4.0.6 Beta (2014-10-26)
[Main]
added: "Original Title" field to custom scraper
added: "Data Field" to movie list filter
added: "Movies in Set" poster list (need a little bit longer to load, we add a background worker later)
added: UK and Germany tv show rating list (not possible to scrape, but you can set the rating manually in "Edit Show" dialog) (delete .\Ember Media Manager\Settings\Ratings.xml to get the new list)
fixed: "Video Source/File Source" confusion (Video Source = dvd, bluray... / File Source = Source)
fixed: MediaInfo codec mapping (mpeg4 bug) (reload codec mapping in settings to get a proper info)
fixed: movie list data field refreshing after scraping/editing
fixed: "Missing" filter checkbox control
fixed: tv show rating in "Edit Show" dialog
[TMDB]
fixed: trailer scraper
[IMDB]
changed: IMDB ID manually input is blocked while searching
Changelog 1.4.0.5 Beta (2014-10-21)
[Main]
fixed: clean <id> node in NFOs for YAMJ
fixed: DB error with episodes embedded subtitles
fixed: crash on ThemeSelect
fixed: missing "PlaycountSpecified" and "TMDBSpecified" (if empty, the nodes will no longer writed to NFO)
fixed: missing "Not Watched" text in episode context menu
changed: disabled "Watched" for tv show and season context menu (does not work atm)
updated: MediaInfo.dll to latest version 0.7.70
[Renamer]
fixed: error if field isNothing
[TMDB]
fixed: SearchResult does not always show a poster
Changelog 1.4.0.4 Beta (2014-10-18)
[IMDB]
fixed: fixed data scraper while change/search movie
Changelog 1.4.0.3 Beta (2014-10-18)
[Main]
fixed: bug with MovieSet (reload all movies to fix existing and wrong sets)
fixed: error while "Reload all MovieSets"
fixed: missing movie list sorting after first start
fixed: movie/movieset list does not refresh title for search bar
fixed: FileInfo and StreamEditor
added: external Subtitles preview in Edit Movie dialog
added: filter "Only one Movie" to MovieSet filter
Changelog 1.4.0.2 Beta (2014-10-17)
[Main]
fixed: issue with episode recognising
Changelog 1.4.x Beta (2014-10-17)
[Main]
added: MovieSet title renamer (auto rename titles like "Hangover Reihe" to "Hangover Collection")
added: missing icons for sd video sources
added: more video sources
added: clean MovieSet DB on update
added: delete images with MovieSets
added: filters for MovieSets
added: filters for TV Shows (beta)
added: search bar for MovieSets
added: search bar for TV Shows
added: exclude directories (you can add directories who will be completely ignored by Ember)
added: search bar in Edit MovieSet dialog
added: key sensitive movie list in Edit MovieSet dialog
added: setting to set the release date in US format (yyyy-mm-dd)
added: more settings for MovieSets
added: missing locks
added: scrape global episode runtime for tv shows from TVDB
added: runtime in tv show and episode NFO
added: use Show Runtime for Episodes if no Episode Runtime can be found
added: a Movie source can set as "exclude from DB update" like in XBMC
added: filter "Country" to Movie filters
added: [none] to genre filter to find movies/tv shows without genre
added: ListTile and sort tokens for tv shows
added: "Cleanup disabled fields" for movie scraper
added: HD-Trailers.net and Davestrailerpage.com as additional trailer scrapers
added: "* All Seasons" to season list
added: "Display Image Names" for main window (like "ClearArt", "Landscape")
added: XBMC <StereoMode> tag in NFO
added: full MKV 3D support
added: better external subtitles support (in movie folder and "subs" subfolder)
added: "Original Title" as separate data scraper option
added: MovieSet images renaming if movieset title has changed
fixed: MovieSet info panel height
fixed: Ember wants restart while DB update after cloding settings dialog
fixed: rating stars color for disabled stars
fixed: MPAA/Certification handling
fixed: Settings dialog is not sizable
fixed: "Remove MovieSet images with MovieSet" to cleanup images from deleted MovieSets
fixed: theme scraper in Edit Movie dialog
fixed: delete existing trailers/themes
fixed: some issues in main menu
fixed: extrathumbs, extrafanarts and actorthumbs handling in Edit Movie dialog
fixed: all missing/wrong "Expert Settings" for movie
changed: Movie data scraper handling (now the first scraper in settings has the highest priority)
changed: list sorting in movie list or filter will be saved and restored while DB-update, changed settings or Ember restart
changed: Country and Studio are now saved in multiple NFO tags for each entry
changed: trailer preview buttons logic in Edit Movie dialog
changed: trailer logic
removed: old MovieSets manager
removed: Czech language (broken)
[Renamer]
added: MovieSet name tag
fixed: bugs with special characters
fixed: many other bugs
[TMDB]
fixed: MovieSet scraper get random images if no TMDBCOlID is available
changed: API logic (now it's possible to change settings without restart)
[Fanart.tv]
added: private API key handling
changed: API logic (now it's possible to change settings without restart)
[IMDB]
fixed: wrong runtime scraping
fixed: wrong votes scraping
[GoEar]
fixed: theme scraping
Changelog 1.4.x Beta (2014-09-05)
[Main]
fixed: a part of extrathumbs/extrafanarts in expert settings (not really finished)
added: custom markers to filter
[Renamer]
fixed: issues with folders
Changelog 1.4.x Beta (2014-08-26)
[Main]
fixed: VideoSource handling in NFO
fixed: some MovieSet issues
fixed: key pressing in lists will be stopped by Sub LoadMovie/MovieSet/Show/Season/Episode (now timer is 2sec after each key you press)
Changelog 1.4.x Beta (2014-08-25)
[Main]
fixed: some issues with AdvancedSettings.xml
fixed: MovieSources, Audio Video Codec Mapping
added: "Reload Default" buttons for Audio Video Codec Mapping
Changelog 1.4.x Beta (2014-08-24)
[Main]
fixed: language issue
fixed: Default xml are moved instead of copied
added: MovieSet settings to InstallWizard
changed: no notification on new movie/episode
Changelog 1.4.x Beta(2014-08-23)
[Main]
added: -tvupdate to command line starting
added: new movieset management with extra tab
added: auto scraper for moviesets
added: new "DateAdded" options (same like in XBMC: now, ctime, mtime, from NFO)
added: "DateAdded" field for movie and episode NFO
added: 4 additional custom markers for movie list with adjustable colors and names
added: "Collection" (TMDB collection ID's) for NFO
added: option to activate "Scrape image on right mouse double click" in main window
added: more fields to "Update Single Field"
added: language and ordering can now be set individually for each tv show source
added: default search parameter for search on Youtube (search field is auto filled with "moviename {parameter}" like "Avatar trailer german")
added: new fields and image types to custom scraper
added: "None" buttons in custom scraper
added: export movies/tv shows list to XML
added: new fields for furturer 3D support
added: more image previews in main window (we need a better concept for more/all image previews)
fixed: not all content is recognize on DB update
fixed: command line starting
fixed: trailer downloading
fixed: tariler download process bar
fixed: prefered and minimun trailer quality
fixed: XBMC YouTube addon trailer link compatibility
fixed: movie certification languages (now in "MovieCertLanguages.xml", you can add own languages)
fixed: image tabs in "Edit Movie/MovieSet" are no longer displayed if a image type is not activated in settings
fixed: image scrolling in image select dialog (now it's smooth and without jumping anymore)
fixed: search on YouTube (trailers)
fixed: tv rating region
fixed: some tv languages issues
fixed: episode poster prefered size
fixed: some MediaInfo issues
fixed: list size while first start
fixed: some "Movie Expert Settings" issues
fixed: Boxee tv show ID
changed: TVDB scraper downloads new informations automatically if no info is precached for a new episode
changed: removed Adobe Flash plugin (now we use VLC for trailer and theme previews)
changed: new trailer preview dialog
changed: rating from 5 to 10 stars
changed: new internal modules handling
changed: new internal XML serialization
removed: NMT and MediaBrower modules (we will rework this later)
removed: YAMJ module (now fully supported in Ember)
removed: Boxee module (now fully supported in Ember)
[Renamer]
fixed: works now on auto and manually scraping
fixed: errors with rating
added: new parameters (audio & video codec, channels and more...)
[TMDB data scraper]
added: different settings for movies and moviesets
added: get "Collection" ID of a movie
added: data scraper for moviesets
fixed: genre limit
[IMDB data scraper]
fixed: genre limit
fixed: release date
[OFDB data scraper]
added: FSK scraping
[TMDB image scraper]
added: different settings for movies and moviesets
added: display only preferend language images
added: also display english images
added: also blank english images
added: image scraper for moviesets
[IMDB image scraper]
added: different settings for movies and moviesets
[Fanart.tv image scraper]
fixed: URL's for image preview
added: different settings for movies and moviesets
added: display only preferend language images
added: also display english images
added: also blank english images
added: image scraper for moviesets
[IMDB trailer scraper]
fixed: works again
[Apple trailer scraper]
added: new Apple trailer scraper
[TVDB data scraper]
fixed: DisplayEpisode and DisplaySeason #