Autor Thema: CD/DVD/Film-Verwaltungsprogramme & Tools  (Gelesen 137994 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
tinyMediaManager 5.0.5
« Antwort #1680 am: 02 Mai, 2024, 22:20 »
tinyMediaManager is a compact tool designed to scan your movie folders and organize the information into multiple categories. The program is able to detect the movie files and retrieve posters and other information form IMDB or other websites.

You can use this program to sort your collection, retrieve movie trailers and additional content with minimum effort.

Freeware

Changelog

+ yt-dlp can be used as external program for downloading trailers
+ added frame rate to the renamer tokens #2557
+ added an alternate style for media certification (e.g. GB-15, DE-FSK16)
x improve performance for update data source (cleanup phase) #2531
x enable line wrap for media logos #2547
x replace newlines in renamer patterns #2544
x upgrade of JMTE to 7.0.3 #2543
x fixed trailer downloading for newer trailers #2532
x (IMDB) fixed fetching of data in the desired language
x improved KodiRPC syncing/refreshing from NFO #2552
x (movies) show duplicates when searching with the universal scraper

[close]

http://www.tinymediamanager.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
EMDB 5.29
« Antwort #1681 am: 04 Mai, 2024, 23:00 »
EMDB is a small utility to keep track of your DVD collection. With an automatic import from the database of IMDB, export to csv, text or complete website, thumbnail cover preview, a loan tracker, search function and multi-language user interface. EMDB is written in C++ using Microsoft Visual Studio 2008 and doesn't need a .NET framework or any other external libraries.

Freeware

Changelog

Rottentomatoes import: fixed importing ratings.
TheTVDB import: sometimes images on TheTVDB are stored with the wrong file extension, e.g. png images stored as jpg. These are now imported and converted correctly (e.g banner of 'Fallout').
Thumbnails: Added an option to copy the thumbnails to the media file location too.
Translations: Fixed an issue with displaying the translation of the country 'Iran'.
Translations: Updated the Arabic, Czech, French, German, Simplified Chinese, Slovenian, Traditional Chinese and Dutch translations.

[close]

http://www.emdb.eu/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Hydrus Network 574
« Antwort #1682 am: 09 Mai, 2024, 18:30 »
Manage large media collections and re-organize them using tags instead of folders that you can share via custom servers with this application.

The Unlicense

Changelog


    Local hashes cache:

    We finally figured out the 'update 404' issue that some PTR-syncing users were getting, where PTR processing would halt with an error about an update file not being available on the server. long story short, SQLite was sometimes crossing a wire in the database on a crash, and this week I add some new maintenance code to fix this and catch it in future
    The local hash cache has a bunch of new resync/recovery code. it can now efficiently recover from missing hash_ids, excess hash_ids, desynced hash_ids, and even repopulate the master hash table if that guy has missing hash_ids (which can happen after severe db damage due to hard drive failure). it records all recovery info to the log
    The normal database->regenerate->local hashes cache function now works entirely in this new resync code, making it significantly faster (previously it just deleted and re-added everything). this job also gets a nicer popup with a summary of any problems found
    When the client recovers from a bad shutdown, it now runs a quick sync on the latest hash_ids added to the local hashes cache to ensure that desync did not occur. fingers crossed, this will work super fast and ensure that we don't get the 404 problem (or related hash_id cross-wire problems) again
    On repository processing failure and a scheduling of update file maintenance, we now resync the update files in the local hash cache, meaning the 404 problem, if it does happen again, will now fix itself in the normal recovery code
    On update, everyone is going to get a full local hash cache resync, just to catch any lingering issues here. it should now work super fast!
    Fixed an issue where the local hash and tags caches would not fully reset desynced results on a 'regenerate' call until a client restart

    Misc:

    Thanks to a user, the default twitter downloader I added last week now gets full-size images. if you spammed a bunch of URLs last week, I apologise: please do a search for 'imported within the last 7 days/has a twitter url/height=1200px' and then copy/paste the results' tweet URLs into a new urls downloader. because of some special twitter settings, you shouldn't have to set 'download the file even if known url match' in the file import options; the downloader will discover the larger versions and download the full size files with no special settings needed. once done, assuming the file count is the same on both pages, go back to your first page and delete the 1200px tall files. then repeat for width=1200px!
    The filetype selector in system:filetype now expands to eat extra vertical space if the dialog is resized
    The filetype selector in file import options is moved a bit and also now expands to eat extra vertical space
    Thanks to a user, the Microsoft document recognition now has fewer false negatives (it was detecting some docs as zips)
    When setting up an import folder, the dialog will now refuse to OK if you set a path that is 1) above the install dir or db dir or 2) above or below any of your file storage locations. shouldn't be possible to set up an import from your own file storage folder by accident any more
    Added a new 'apply image ICC Profile colour adjustments' checkbox to options->media. this simply turns off ICC profile loading and application, for debug purposes

    Boring cleanup:

    The default SQLite page size is now 4096 bytes on Linux, the SQLite default. it was 1024 previously, but SQLite now recommend 4096 for all platforms. the next time Linux users vacuum any of their databases, they will get fixed. I do not think this is a big deal, so don't rush to force this
    Fixed the last couple dozen missing layout flags across the program, which were ancient artifacts from the wx->Qt conversion
    Fixed the WTFPL licence to be my copyright, lol
    Deleted the local booru service management/UI code
    Deleted the local booru service db/init code
    Deleted the local booru service network code
    On update, the local booru service will be deleted from the database

[close]

https://hydrusnetwork.github.io/hydrus/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Diffractor 126.0
« Antwort #1683 am: 11 Mai, 2024, 09:50 »
Diffractor verwaltet Foto-, Video- und Musiksammlungen schnell und bequem. Die Freeware eignet sich auch bestens für große Bestände. Der integrierte Medienplayer spielt Filme und Songs direkt ab.

Vor allem hat sich Diffractor auf die Verwaltung von Fotosammlungen spezialisiert. Bilder lassen sich mit Bildunterschriften und Tags versehen, in andere Formate umwandeln und Kontraste, Helligkeit oder Sättigung ganz nach Wunsch anpassen.

Besondere Stärken zeigt Diffractor bei den Sortieroptionen. Die verwalteten Medien können nach zuletzt bearbeiteten Dateien, Bewertungen und weiteren vordefinierten Kriterien geordnet werden. Mehrere
Ordneransichten und Katalogisierungsoptionen sorgen für eine optimale Orientierung in großen Bildbeständen. Die Freeware sortiert Fotos auf Wunsch automatisch unter anderem nach Kamera, Blende oder Aufnahmeort anzeigen, Filme nach Länge oder Größe und Songs nach Interpreten oder Genres.

Diffractor bietet eine ausgezeichnete Kombination aus Medienverwaltung und Bildbearbeitung. Die grundlegenden Funktionen zum Schärfen, Drehen und Beschneiden der Fotos sind ebenso enthalten wie spezielle Optimierungs-Werkzeuge. Unter anderem kann der Fotofreund störendes Bildrauschen schnell und einfach mit der Freeware beseitigen.

Donationware

Whats new:>>

    AV1 software support #159.
    Location map fixed #116

http://www.diffractor.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Hydrus Network 575
« Antwort #1684 am: 16 Mai, 2024, 17:00 »
Changelog


    misc:

    the new 'children' tab now sorts its results by count, and it only shows the top n (default 40) results. you can edit the n under options->tags. let me know how this works IRL, as this new count-sorting needs a bit of extra CPU
    when you ask subscriptions to 'check now', either in the 'edit subscription' or 'edit subscriptions' dialogs, if there is a mix of DEAD and ALIVE subs, it now pops up a quick question dialog asking whether you want to check now for all/alive/dead
    fixed the (do not) 'alphabetise GET query parameters' URL Class checkbox, which I broke in v569. sorry for the trouble--the new URL encoding handling was accidentally alphabetising all URLs on ingestion. a new unit test will catch this in future, so it shouldn't happen again (issue #1551)
    thanks to a user, I think we have fixed ICC profile processing when your system ICC Profile is non-sRGB
    fixed a logical test that was disallowing thumbnail regen on files with no resolution (certain svg, for instance). all un-resolutioned files will now (re)render a thumb to the max bounding thumbnail resolution setting. fingers crossed we'll be able to figure out a ratio solution in future
    added a debug->help->gui actions->reload current stylesheet menu action. it unloads and reloads the current QSS
    added a debug->help->gui actions->reload current gui session menu action. it saves the current session and reloads it
    fixed the rendering of some 16-bit pngs that seem to be getting a slightly different image mode on the new version of PIL
    the debug 'gui report mode' now reports extensive info about virtual taglist heights. if I have been working with you on taglists, mostly on the manage tags dialog, that spawn without a scrollbar even though they should, please run this mode and then try to capture the error. hit me up and we'll see if the numbers explain what's going on. I may have also simply fixed the bug
    I think I sped up adding tags to a local tag service that has a lot of siblings/parents
    updated the default danbooru parsers to get the original and/or translated artist notes. I don't know if a user did this or I did, but my dev machine somehow already had the tech while the defaults did not--if you did this, thinks!
    added more tweet URL Classes for the default downloader. you should now be able to drag and drop a vxtwitter or fxtwitter URL on the client and it'll work

    auto-duplicate resolution:

    I have nothing real to show today, but I have a skeleton of code and a good plan on how to get the client resolving easy duplicate pairs by itself. so far, it looks easier than I feared, but, as always, there will be a lot to do. I will keep chipping away at this and will release features in tentative waves for advanced users to play with
    with this system, I will be launching the very first version of the 'Metadata Conditional' object I have been talking about for a few years. fingers crossed, we'll be able to spam it to all sorts of other places to do 'if the file has x property, then do y' in a standardised way

    boring stuff:

    refactored the new tag children autocomplete tab to its own class so it can handle its new predicate gubbins and sorted/culled search separately. it is also now aware of the current file location context to give file-domain-sensitive suggestions (falling back to 'all known files' for fast search if things are complicated)
    fixed a layout issue on file import options panel when a sister page caused it to be taller than it wanted; the help button ended up being the expanding widget jej
    non-menubar menus and submenus across the program now remove a hanging final separator item, making the logic of forming menu groups a little easier in future
    the core 'Load image in PIL' method has some better error reporting, and many calls now explicitly tell it a human-readable source description so we can avoid repeats of DamagedOrUnusualFileException: Could not load the image at ""--it was likely malformed!
    cleaned up some dict instantiations in ClientOptions
    moved ClientDuplicates up to a new duplicates module and migrated some duplicate enums over to it from ClientConstants
    removed an old method-wrapper hack that applied the 'load images with PIL' option. I just moved to a global that I set on init and update on options change
    cleaned some duplicate checking code

[close]

https://hydrusnetwork.github.io/hydrus/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
tinyMediaManager 5.0.6 Pre-release
« Antwort #1685 am: 17 Mai, 2024, 22:20 »
Changelog


    Added an option to round the framerate (use ${framerate(round)}) #2568
    Do not duplicate season names in GUI #2497
    Also search for FFmpeg and yt-dlp in system path
    (Jellyfin) do not write person URLs into the NFO files #2518
    Fixed year column width in choosers for HiDPI displays #2567
    Enhanced automatic artwork download algorithm (re-search for the chosen resolution without language information)
    Rewrite mediainfo.xml on file change #2566
    Updated writing of .desktop file for Linux
    Parsing a new framerate style from libmediainfo #2568

[close]

http://www.tinymediamanager.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )