-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.3.0.x #52
Open
msavazzi
wants to merge
271
commits into
bodrick:master
Choose a base branch
from
msavazzi:1.3.0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
1.3.0.x #52
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added: Support for 4 new MediaInfo fields in Ember: Videobitrate, MultiView (if >1 -represents 3D movie), EncoderSettings (might be useful in future), Audiobitrate will be scanned and saved Added: Expanded FilestreamEditor to display/edit those new values, new fields are also shown in FileInfo Tab as expected Notice: Since 4 new fields were added I added the necessary changes to SQL-txt file and also coded a smal routine to check for new fields in Ember Database at Startup (if not there -> Alter table to add columns on the fly)
…ox "Watched!" added in edit movie page of Ember - if checked Playcount = 1 will be set in database/nfo
…ovie Page) For people who export their movie collection and want to host the generated HTML site in internet, this should improve loading times!
<movie>-poster.jpg (auto) and <movie>-fanart.jpg (auto) for full Frodo compatibility - fixed: Frodo file locations for VIDEO_TS and BDMV (BDMV-Trailer not fixed atm)
…xport Movie Page)
New Features
…new mediaInfo Fields in Ember to support filter for "Best Video", "Best Audio", "Last Updated", "Watched" and "3D Movie"
Added: Support for 4 new MediaInfo fields in Ember: Videobitrate, MultiView (if >1 -represents 3D movie), EncoderSettings (might be useful in future), Audiobitrate will be scanned and saved Added: Expanded FilestreamEditor to display/edit those new values, new fields are also shown in FileInfo Tab as expected Notice: Since 4 new fields were added I added the necessary changes to SQL-txt file and also coded a smal routine to check for new fields in Ember Database at Startup (if not there -> Alter table to add columns on the fly)
…ox "Watched!" added in edit movie page of Ember - if checked Playcount = 1 will be set in database/nfo
…ovie Page) For people who export their movie collection and want to host the generated HTML site in internet, this should improve loading times!
…xport Movie Page)
…new mediaInfo Fields in Ember to support filter for "Best Video", "Best Audio", "Last Updated", "Watched" and "3D Movie"
… on files they are part of the DTS fix.. these icons were missing, so Ember wouldn't show any icons after scanning files. Fixed.
… on files they are part of the DTS fix.. these icons were missing, so Ember wouldn't show any icons after scanning files. Fixed.
… results on files they are part of the DTS fix.. these icons were missing, so Ember wouldn't show any icons after scanning files. Fixed." This reverts commit d982c18.
Appears to have been added during 2818436 but I don't see it in the tree.
achan_7.png seems to still be missing
- Bulk Renamer no longer destroy VIDEO_TS 6 BDMV folder structure - size of help window fixed - add IMDB ID (now working with $I)
----------------- General: -Added TVShow View -Trailer/IMDB Link opens in new tab/window English Template: - Added: Now everytime Watched or Unwatched checkbox is clicked, navigation will be updated at once - Fixed: Watched /Unwatched Filter is now working when clicking on "ALL" Ember Movie Export reworked ------------------------------- -Moved Export settings to module settings, added JPG Quality setting to further reduce filesize and therefore decrease loading time -No more crashes during saving process (dropped thr filedialog and uses exportpath setting instead)
changed the old "Watched" TEXT column to "HasWatched" BOOL
... if VIDEO_TS/BDMV folder
fixed: file stancking with more than one digit
1.30x Branch: Rebuilded Movie Export / Updated MovieTemplate (TVShow Support, Fixes)
- save AllSeasonPoster as Set_<Show>_1.banner.jpg - clsAPIScanner update - fixed module setting page don't deaktivate tv show images
Added: Subtitle Lock
Added: Export Movie/TVShow to XML file option under "Tools" menu
Movie Template fixes
unique filenames for fanart backdrops (<original movie tile>_<IMDB ID>.jpg)
this is only a workaround, but I had no more problems
... in movie title
check if the database field "HasWatched" BOOL is existing THIS IS NOT THE FINAL SOLUTION, I will expand further
Conflicts: Ember Media Manager/dlgSettings.vb EmberAPI/Resources/MediaDatabaseSQL_v1.txt EmberAPI/clsAPIDatabase.vb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added new native scraper