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

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
BiblioteQ 2023.06.06
« Antwort #1590 am: 05 Juni, 2023, 20:20 »
An intuitive software solution that helps you manage books, DVDs, journals, magazines, music CDs or photograph collections from within a created database.

BSD License     /  Donationware

Changelog

    Adapt to incomplete custom queries and reservation processes.
    Added SQLite table trigger item_borrower_trigger.
    Added volume_number field to book category. GitHub ticket #227.
    Allow pasting of images into Back and Front cover image containers. GitHub ticket #284.
    Allow resetting of highlight colors: Other Options -> Custom Query.
    Android and Qt 6.2 LTS.
    Archived release notes.
    Avoid creating expensive program objects if they are not necessary: Members Browser -> Print Selected Member's Reserved Items.
    Batch returns. GitHub ticket #280.
    Book import template 2 was missing alternate_id_1.
    Center PDF progress dialogs.
    Copy Browser did not contain the correct number of reserved non-book items. The process was incomplete. Completed!
    Corrected Custom Query syntax colors table sorting.
    Corrected printing of books.
    Custom query favorite and shortcut. See also Other Options -> Shortcuts. GitHub ticket #279.
    Display a gentle and persistent reminder in the status bar if a new version of BiblioteQ is available.
    Display brief summaries in favorite actions.
    Enable clear button for many text fields.
    Enable sorting for table widgets in Other Options.
    Final Windows x86 packaged release. Future Windows releases will include Qt 6 LTS and Windows x86-64.
    For new installations, the following options will be enabled: Populate Administrator Browser On Display, Populate Database Enumerations Browser On Display, and Populate Members Browser On Display.
    Include target audience in book view. GitHub ticket #294.
    Infinite intelligent Custom Query windows.
    LTS release! Several accumulated bundles included.
    Native dialogs and menus. File dialogs remain non-native.
    New Year's End convenience widget in patron information. GitHub ticket #297.
    On-top Member's Reservation History window. GitHub discussion #248.
    On-top Members Browser window. GitHub discussion #248.
    Optional member reservation history for SQLite databases.
    PostgreSQL and compression. See SQL/postgresql_update_schema.sql.
    Qt 5.15.9 for MacOS. Some releases do not include this item in their release notes but will in the future.
    Qt 6.5 LTS compliant.
    Removed SQL keywords for highlighting: INSERT INTO, INSERT INTO SELECT, and SELECT INTO.
    Replaced error() with errorOccurred() in Qt 5.15 and newer for QNetworkReply.
    Reset post-query highlight colors for books, journals, and magazines as necessary.
    SQLite upgrade tool: all or recent. Please see Tools menu. Always create a copy of the SQLite file before upgrading!
    Set highlights of Custom Query text immediately after colors are configured and saved.
    Unlimited queries for PostgreSQL. Please be careful!
    YAZ 5.34; W32.

[close]

https://biblioteq.sourceforge.io/index.html

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 531
« Antwort #1591 am: 08 Juni, 2023, 10:50 »
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


    misc:

    fixed editing favourite searches, which I accidentally broke last week with the collect-by updates
    when you right-click a tag and get the siblings/parents menus, the list of copyable siblings, parents, and children is now truncated to 10 items each per service. stuff like pokemon has hundreds of children and for a very long time has been spamming giganto 11-column menus that cover the entire screen
    same menu truncation for the open/copy URLs menu. if there's a file that has 600 URLs for interesting technical reasons, it won't nuke you any more (issue #1037)
    updated the default pixiv file page parser, which recently broke for users who were not logged in. they seem to hide original size behind the login now, so if you do a lot of pixiv work, get Hydrus Companion or figure out a cookies.txt solution and get yourself logged in
    the downloader progress panels have a couple of status text improvements: first, they will stop saying 'waiting for a work slot' when the actual error is something unusual such as the gallery search hitting the file limit. second, when there is an unusual status and the downloader is in the paused state, it can now properly differentiate between 'paused' and 'pausing'
    some invalid URL strings now raise the correct error in the downloader system, causing them to be properly filtered away instead of sticking around and being unhelpful
    if there is a connection error because of an SSL issue, the network job is now retried like any other connection error. I originally thought these were all non-retryable like cert validation errors, but it seems some of them are just write timeouts etc.. during the negotiation, so let's see how it goes
    I believe I have fixed an error when selecting a tag in a list when that list had been previously shift-selected and then cleared and repopulated
    manage siblings and parents should be better about focusing the correct text input after they boot and load
    in future, if a taglist tries to deselect something it no longer has, it'll do an emergency 'deselect all' to exorcise the ghosts fully
    reworded the text around 'reset potential duplicates' action in the duplicates page to be more clear on what it does
    I tinkered with some of the shutdown code hoping to catch an odd issue of the exit 'last session' not saving correctly, but I don't think I figured the issue out. if you have noticed you boot up and get a session that missed up to the last 15 minutes of changes before you last shut down, please let me know you your details
    added a link to tagrank, a new Client API project at https://github.com/matjojo/tagrank, to the Client API help. it shows you pairs of comparison images over and over and uses trueskill ranking algorithm to figure out which tags are your favourite
    added a link to 'Send to Hydrus', a Client API project at https://github.com/Wyrrrd/send-to-hydrus, to the Client API help. it sends URLs from an Android device to your client

    client api:

    as part of a plan to migrate to service_key indexing everywhere and reduce file_metadata bloat, the client api has a new services structure, a service information Object where service_key is the key. this is now in the /get_services call and /get_files/file_metadata, under services under the root. the old type-based structure in /get_services and the in-file embedding of service info in /get_files/file_metadata are still in place, so nothing breaks today, but I am officially declaring them deprecated, to be deleted in 2024, and recommend all Client API devs move to the new system before the new year
    the new service object also includes info on the local rating services. I'd like to add ratings to file_metadata fairly soon
    if you don't want the services object in /get_files/file_metadata, there's a new include_services_object param you can set to false to hide it
    updated the unit tests and client api help to reflect all this. main new section: https://hydrusnetwork.github.io/hydrus/developer_api.html#services_object
    the client api version is now 46

    update woes:

    I somewhat successfully pounded my head against an issue where the first tab (usually 'my tags') was disappearing in the manage tags/siblings/parents dialogs for some users. this bug, for real, seems to be the combination of (Python 3.11 + PyQt6 6.5.x + two tabs + total tab text characters > ~12 + tab selection is set to 1 during init event). Change any of those things and it doesn't happen. This is so weird a problem to otherwise normal code that I won't pivot all my 50-odd instances of tab selection to handle it and instead have hacked an answer for the three tag dialogs and filename tagging. Sorry for the trouble if you got this! Let me know if you see any more
    in a similar-but-different thing, PySide6 6.5.1 has a bug related to certain Signal connections. don't use it with hydrus, it messes up all my menus! their dev notes suggest they are going to have a fix/revert for 6.5.1.1

[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
Data Crow 4.9.1
« Antwort #1592 am: 08 Juni, 2023, 21:20 »
Data Crow is the ultimate media cataloger and media organiser. Always wanted to manage all your collections in one product? You want a product you can customize to your needs? Your search ends here! Using Data Crow allows you to create a huge database containing all your collected items. You can use the excellent online services to retrieve the information instead of typing all the information yourself.

- Platform independent and completely portable
- Highly customizable and feature rich.
- Audio, software, book, movie and photo collection cataloger
- Retrieve information from services like Amazon.com, Imdb.com, Softpedia and MusicBrainz.
- Optional internal web server and web GUI.
- Import file information (mp3, divx, xvid, ..)
- Loan registration.
- PDF and HTML reporting.
- Create new modules to, for example, maintain your stamp collection.
- Available translations: Italian, German, Dutch, English, Spanish and French.

License: Open Source

Changelog

[Fixed]

    Issue with self referencing items; right-click menu not showing in view for referenced item.
    Fixed an issue where quick search is not working when the item holds a reference to an item of module with having the first numeric field set as descriptive.
    Settings not saved on exit when Data Crow asks for a restart.
    When an item has a self referencing field it caused the item form to always say there are unsaved changes regardless of having made changes.
    Values present in self referencing fields were exported to XML with their ID only.
    Item was able to referencing itself. This causes all kinds of issues; now, when trying to save an item that references itself, the system will prevent you from doing so. Note that it was not possible to filter them from the various fields, this would trigger a rewrite of the way fields are generated. Maybe something for later. The upgrade will remove self referencing values if present (silently).
    Custom property modules can now be deleted, also when they have not yet been assigned to a reference(s) field.
    Reference drop-down not sorted per the user settings.
    Collation issues in the tree view in case the first descriptive field is a numeric field.
    Tree view did not always adhere to the descriptive settings.
    Apply button will now remain disabled when a merge has been completed.
    Server error response was not correctly send to connected clients.
    Editing an item in the table view could result in loss of multi-reference values.
    JasperReports dependencies were missing causing in functions to fail when generating the report.
    Stop button for report generation did not work. It now stops the exporting process. Known issue is that the report generation process of Jasper Reports can not be stopped.
    Stop button is for report generation is only active when a process is running.
    Update All dialog could be opened multiple times. Now it blocks access to the view and therefore also blocks the selection of items as made on opening this tool.

[Changed]

    Added UI scaling option to the Look and Feel settings (25% to 300%)
    Introduction of cascade delete; when you delete properties / referenced items Data Crow will ask you to delete the references to this item as well.
    A status bar has been added to the view(s).

[close]

http://www.datacrow.net/

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
Music Collection 3.5.9.0
« Antwort #1593 am: 16 Juni, 2023, 21:10 »
The Music Collection is a free program that allows you to archive your music collection. Using it you can enter in a collection any kind of music media that you own or you intend to. Also you can add or edit any kind of information concerning the albums in the collection.

The album info can be manually entered or automatically via the Internet. After saving the albums, you can browse them, filter albums by all possible criteria and search for particular album tracks you are interested. Also the program can display and print all data from your music collection in different ways, so you can pick the desired one.

The idea for creating the program was to manage my own music collection and i hope that it would be also useful to any music collector.

Freeware

Whats new:>>

    Added : Select font and font size in reports.
    Added : Scale graph in statistics.
    Added : Show only audio file tracks in the track view.
    Changed : Several improvements in Statistics.
    Fixed : Some minor bugs.

https://www.gsoft4u.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
Movies by CraigWorks 0.4.11
« Antwort #1594 am: 18 Juni, 2023, 18:50 »
Movies by CraigWorks is an application that combines a movie collection organizer and a home theater PC software in one. Unlike most movie organizers, this application runs as web server and is accessed using a standard web browser like IE, Firefox and Chrome, so the interface is very familiar and easy to use.

Freeware

Changelog

    Enhancement: Task Manager Utility:

    A new feature, the 'Task Manager' utility, has been introduced, offering real-time monitoring of external processes initiated by the application along with live CPU usage updates for each process, facilitating insight into server performance. Additionally, it has the capability to suspend or resume specific processes.

    Enhancement: Improve Status Display in Media Information:

    An enhanced status display for CVI and subtitle files in the Media Information screen now provides improved clarity with labels "In process: extracting" for currently processed files and "Pending in queue" for queued files.

    Enhancement: Interface Enhancements:

    Changes in the 'Change Password', 'Log in As', 'Reauthorize Admin User', 'About', and 'Clear History' confirmation windows have been implemented for enhanced user experience. The 'Cancel' button has been removed from these windows, enabling cancellation by either clicking outside the window or hitting the ESC key. Furthermore, various button names have been updated to match their functionality: 'OK' to 'Change Password', 'Yes' to 'Log in As', 'OK' to 'Continue', and 'Yes' to 'Clear History'.

    Enhancement: Password Visibility Update:

    A new password visibility feature is introduced, represented by a hide/show eye icon in all password fields. As a result, 'Confirm Password' fields in the 'Settings' screen and 'Confirm User Password' field in the 'Edit User' screen have been eliminated.

    Fix: ffmpeg.exe Termination Fix:

    Resolved an issue with ffmpeg.exe not terminating after trailer completion or user exit from the player. Similairly resolved issue with ffmpeg.exe not terminating after using if for snapshot capturing in the movie edit screen.

    Fix: Snapshot Capturing Fix:

    Fixed a bug causing the video to fail on a second attempt to play for snapshot capturing.

[close]

https://www.moviesbycraigworks.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
Media Companion 3.761b Beta
« Antwort #1595 am: 19 Juni, 2023, 10:30 »
Media Companion is a handy utility that offers the possibility to gather information from the Internet about your movies and make this information available to you in an organized manner.

The information collected includes such things as posters, backdrops, plot summary, actors and actor images, ratings etc. Media Companion currently supports Movies and TV Shows.

License: GPL

Changelog

    Fixes and functionality changes for this release.

    Changes:

    TV - Fix for Episode scraping from TVDb.
    TV - Fix episode default ID attribute removed when watched status or batch rewrite nfo selected.
    TV - Add logging to Check Duplicate episodes. * Movie - Fix plots from IMDb.

[close]

https://sourceforge.net/projects/mediacompanion/

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 532a
« Antwort #1596 am: 22 Juni, 2023, 18:50 »
Changelog


    Misc:

    Whenever you say 'show these files in a new page', the new page now has a search interface. it starts with a 'system:hash' pre-populated with the files' hashes, so you can now easily narrow down or return to the stuff you are playing with! original file sort order is preserved until you alter or refresh the search
    Tags' right-click->search menu now has a 'open in a new duplicate filter' for quick spawning of duplicate filters for specific searches
    The duplicate filter no longer flicks to the 'preparation' tab if there is work to do on the first numbers fetch. this thing has been driving me nuts, I don't know why I wrote it that way to begin with
    Improved the reliability of certain session object saving--I believe some situations where the 'searching immediately' and 'this search was completed' status where not being saved for some page queries. this may solve a long time bug where some pages would refresh on load
    All search pages that load with files now explicitly reaffirm internally that they are starting with a completed search, which should reduce some related edge case buggy behaviour here
    The 'string to string' edit control now tries to compensate if it is incorrectly given non-string data. somewhere in the html parsing formula UI this happened, an integer sneaking in the key/value of the tag rule, maybe by manual human JSON editing, but I'm not really sure. should be handled correctly now though. let me know if you are into this and discover anything
    Every 'eventFilter' in the program now catches Exceptions ruthlessly. it turns out Qt can't handle an Exception escaping one of these, and this may be the cause of some >=v530 crashing on macOS related to multi-column list interaction under issue #1379. it is probably the cause of some other crashes that I haven't been able to figure out--these will now give normal popup errors, so let me know if you see anything. if you have had crazy crashes in macOS recently and these changes don't fix you, reverting back to v529 is apparently ok! there have been no big database updates in that time, so you should be able to just install v529 on your existing install and be off
    The routine that purges files from the trash now uses fewer database queries to find eligable files. some Linux guys have been working with me on memory explosions possibly in this area--let me know if you notice any difference
    The 'clear trash' command in review services is politer to your database, breaking up a large amount of trash into smaller groups
    The program no longer moans to the log when it physically deletes a file and files no accompanying thumbnail to delete--this is true for several situations, and not worth the logspam
    Fixed a typo error in the url class links 'try to fill in the gaps' command

    Pixiv downloader:

    I reworked the pixiv parser changes from a couple weeks ago. as background, what happened is pixiv said if you aren't logged in, you can't get the 'original' quality of the file any more. my first fix was to say 'ok, if the user is not logged in, get the lower quality', but this was the wrong decision. the parser now vetoes, causing an 'ignored' result and telling you the problem in the import note. if you do want to get the lower quality image and not log in, this is now selectable as an alternate parser under network->downloader components->manage url class links
    Also, a variety of old pixiv objects and other experiments are deleted and merged today. the parsers that worked on the old html format, pixiv manga page parser, pixiv manga_big page parser, pixiv single file page parser - new layout, and pixiv tag search gallery page parser will be deleted from your client, and the old gallery url class, pixiv tag search gallery page meets a similar fate. pixiv manga_big page and pixiv manga page are removed and their urls merged into a more accomodating pixiv file page, which stays to hold all the legacy pixiv URLs, which on the site are automatically redirected to the new format. thanks to a user for helping me with what here was cruft (issue #947)

    Mpv logging and emergency halt:

    A user sent me a cool truncated twitter video download that, when loaded into mpv, would crash the program after a click or two around the player. this sent me on an odyssey into the mpv logging system and event loop and some really bizarre behaviour under the hood, and, long story short, mpv will notice this particular problem class in future and immediately unload the file and present the user with a dialog explaining the issue. it also won't let you load that file again that boot
    To recognise this error class, I broaden what is logged and scan the lines as they come in. I've been careful in how I filter, but it may produce some false positives. let me know if this thing triggers for any files that seem fine in an external player
    Errors of unknown severity are now printed silently to the log with a little intro text saying which file it was and so on. there are a bunch of these with the sorts of files we deal with, stuff like missing chapter marks or borked header data. I expect I'll work on silencing the ones we confirm are no big deal, but if you encounter a ton of them, particularly if you know some cause crashes, please now check your log and let me know what you see
    If you have two mpv players playing media at the same time, this reporting system will report the info for both files--sorry, I had to hack this gubbins! future versions of mpv or python-mpv may open some doors here

    Client api:

    The /get_files/file command now has a download=true parameter which converts the Content-Disposition from inline (show the file) to attachment (auto-download or open save-as dialog) (issue #1375)
    Added help and a unit test for the above
    Client api version is now 47

[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
EMDB 5.23
« Antwort #1597 am: 26 Juni, 2023, 19:30 »
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

Rotten Tomatoes import: Fixed Search for TV Series.
User Interface: Added Rotten Tomatoes Audience Score as selectable column.
User Interface: Added option to edit Rotten Tomatoes Audience Score.
User Interface: Tags are now always displayed sort by name.
User Interface: Fixed an issue with displaying tags.
Database: Custom Theaters were not stored properly.
Translations: Updated the Simplified Chinese, Catalan, German, Czech, French, Russian 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 533
« Antwort #1598 am: 29 Juni, 2023, 09:50 »
Changelog


    Misc:

    The download panels in subscription popup windows are now significantly more responsive. ever since the popup manager was embedded into the gui, popup messages were not doing the 'should I update myself?' test correctly, and their network UI was not being updated without other events like surrounding widgets resizing. I was wondering what was going on here for ages--turns out it was regular stupidity
    If an image has width or height > 1024, the 'share->copy' menu now shows a second, 'source lookup' bitmap, with the resolution clipped to 1024x1024
    'sort files by hash' can now be sorted asc or desc. this also fixes a bug where it was secretly either sorting asc or desc based on the previous selection. well done to the user who noticed and tested this
    If system:limit=0 is in a search, the search is no longer run--it comes back immediately empty. also, the system:limit edit panel now has a minimum value of 1 to dissuade this state
    The experimental QtMediaPlayer now initialises with the correct volume/mute and updates on volume/mute events. the scanbar and volume control UI are still hidden behind the OpenGL frame for now, but one step forward
    The system that caches media results now hangs on to the most recent 2048 files aggressively for two minutes after initial load. previously, if you refreshed a page of unique files, or did some repeated client api work on files that were not loaded somewhere as thumbs, in the interim periods those media objects were not strictly in non-weak memory anywhere in the client and could have been eligible for clearing out of the cache. now they are a bit more sticky
    Added some info on editing predicates and the various undocumented click shortcuts the taglist supports (e.g. ctrl+double-left-click) to the 'getting started with searching and sorting' help page
    Added a link to the Client API help for 'Hydrus Video Deduplicator' (https://github.com/appleappleapplenanner/hydrus-video-deduplicator), which neatly discovers duplicate videos in your client and queues them up in the duplicate filter by marking them as 'potential dupes'

    Sub-gallery url network parsing gubbins:

    Sub-gallery import objects now get the tags and custom headers that are parsed with them. if the sub-gallery urls are parsed in 'posts' using a subsidiary parser, they only inherit the metadata within their post
    Sub-gallery import objects now use their parent gallery urls as referral header
    Sub-gallery import objects now inherit the 'can generate more pages' state of their parents (previously it was always 'yes')
    'next page' gallery urls do not get the tags they are parsed with. this behaviour makes a little less sense, and I suspect it could cause various troubles, so I'll wait for more input, bug reports, and a larger cleanup and overhaul of how metadata is managed and passed down from one item to the next in the downloader system
    Generally speaking, when file and gallery import objects have the opportunity to acquire tags or headers, they'll now add to the existing store rather than replace it. this should mean if they both inherit and parse stuff, it won't all overwrite each other. this is all a giant mess so I have a cleanup overhaul planned

    Boring stuff:

    If a critical drive error occurs (e.g. running out of space on a storage drive), the popup message saying 'hey everything just got mega-paused' is now a little clearer about what has happened and how to fix it
    Similarly, the specific 'all watchers are paused'-style messages now specifically state 'network->pause to resume!' to point users to this menu to fix this tricky issue. this has frustrated a couple of newer users before
    To reduce confusion, the 'clear orphan files' pre-job now only presents the user one combined dialog
    Improved how pages test and recognise that they have changes and thus should be saved--it works faster, and a bunch of false negatives should be removed
    Improved the safety routine that ensures multiple-column list data is read-only
    Fixed .txt sidecar importers' description labels, which were missing extra text munging
    To relieve some latency stress on session load, pages that are loading their initial files in the background now do so in batches of 64 rather than 256
    Fixed some bad error handling in the master client db update routine
    Fixed a scatter of linting problems a user found
    Last week's pixiv parser hotfix is reinforced this week for anyone who got the early 532 release
    Made some primitive interfaces for the main controller and schedulable job classes and ensured the main hydrusglobals has type hinting for these--now everything that talks to the controller has a bit of an idea what it is actually doing, and as I continue to work on this, we'll get better linting
    Moved the client DataCache object and its friends to a new 'caches' module and cleaned some of the 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
Media Companion 3.762b Beta
« Antwort #1599 am: 03 Juli, 2023, 09:00 »
Whats new:>>

* TV - When using F2 Manual series add, show Poster not banner.
* Movie - Fix Fanart.TV language of images returned.
* Movie - Fix if user has poster.jpg instead of <moviename>-poster.jpg.
* Movie - Fix export order to csv if out of order movies selected.

https://sourceforge.net/projects/mediacompanion/

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 4.3.12
« Antwort #1600 am: 04 Juli, 2023, 21:50 »
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

x (FFmpeg) set correct artwork metadata for the enhanced artwork download algorithm #2181
x added an action to export internal data for issue analysis
x encrypt exported logs/data for your privacy
x do not always download actor images, when “overwrite existing” is false
x rewrite NFO file after gathering mediainfo !488
x enhanced media source detection
x ignore case when checking for special folders (Trailers, Behind The Scenes, Featurettes, …) #2205
x enhanced detection of movies in “update data sources”
x enhanced detection of season/episode names
x Movie Picker export template update (thx @bastienpruvost)
x new “Dark” export templates for movies and TV shows (thx @jhartlep)
x only trigger Trakt.tv sync if there is anything to sync

[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
MediaElch 2.10.2
« Antwort #1601 am: 05 Juli, 2023, 18:50 »
MediaElch is a MediaManager for Kodi. Information about Movies, TV Shows, Concerts and Music are stored as NFO files. Fanarts are downloaded automatically from fanart.tv.

Donationware     /  LGPLv3

Release Notes


We’ve fixed many bugs, including things such as unsorted language lists, dark and light theme issues, or scrapers that failed to load some details.

Besides the regular bug fixes, some small new features made it into this release as well: A new TV scraper for “fernsehserien.de” has been added. It is a German-only website for TV shows, seasons and episodes.

Most changes were internal: MediaElch now requires CMake 3.15 or later for building. And we no longer depend on QML/QtQuick, meaning the package sizes for macOS and Windows have decreased by a few MiB.

[close]

https://github.com/komet/mediaelch

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 534
« Antwort #1602 am: 06 Juli, 2023, 18:10 »
Changelog


    I banged my head against the notes layout code and actually had great success--a variety of borked note-spilling-over-into-nothing and note-stretching-itself-crazy and note-has-fifty-pixels-of-margin issues are fixed. let me know if you still have crazy notes anywhere
    the duplicate filter right-hand hover is now more aggressive about getting out of the way of the notes hover, especially when the notes hover jitter-resizes itself a few extra pixels of height. the notes hover should no longer ever overlap the duplicate filter hover's top buttons--very sorry this took so long
    when you drag and drop thumbnails out of the program while using an automatic pattern to rename them (options->gui), all the filenames are now unique, adding '(x)' after their name as needed for dedupe. previously, on duplicates, it was basically doing a weird spam-merge
    fixed an issue when sanitizing export filenames when the destination directory's file system type cannot be determined
    fixed a bug when doing a search in a deleted file domain with 'file import time' as the file sort
    fixed a bug when hitting the shortcut for 'open file in media viewer' on a non-local file
    fixed a bug when the client wants to figure out view options for a file that has mime 'application/unknown'
    I may have improved the 'woah the db caches are unsynced' error handling in the 'what siblings and parents does this have?' check when you right-click tags

[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
Coollector Movie Database 4.21.9
« Antwort #1603 am: 06 Juli, 2023, 18:30 »
A mix between an encyclopedia of movies, a video collection manager and a store catalog, this app will prove useful to all movie lovers.

Donationware

Whats new:>>

    [NEW] added 600 movies & series
    [NEW] improved the movie recommendations

https://www.coollector.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
BiblioteQ 2023.07.15
« Antwort #1604 am: 15 Juli, 2023, 20:20 »
Whats new:>>

Database Enumerations defaults: books. Favorites are prepared for new books and searches. GitHub ticket #308.
Linux-like distributions: replaced /usr/local with /opt. GitHub ticket #310.
New Tools -> External Applications. GitHub ticket #278.
Remove INI key custom_query_favorite after the relevant favorite is deleted via the interface.

https://biblioteq.sourceforge.io/index.html

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 )