Corionis ELS : Entertainment Library Synchronizer V4

Have been working on ELS 4.0 since September 2021. Version 4 is a major leap that includes a purpose-built desktop application, the ELS Navigator, on top of the existing ELS back-up tool along with many new capabilities such as tools and job automation.

If you create for YouTube, TikTok, Instagram, Bandcamp, SoundCloud, your Mom ‘n Dad – managing your work and backing it up is important. ELS is a title- and library-oriented tool with both desktop and command line interfaces and a variety of powerful capabilities.

ELS was originally built to back-up home media systems that can span multiple storage devices. The new ELS Navigator desktop application in 4.0 expands the scope of possibilities to anyone handling lots of files organized into libraries and titles – similar to movies, TV shows with seasons, artists and albums, projects and the video, audio, and textual pieces, or game development and the tons of media and individual graphical and audio components.

ELS is a cross-platform application that runs on Linux, Windows and Mac. There are options for local operations with all storage devices connected to one system, or remote using two systems running ELS over a LAN or the Internet. It’s all built-in, and it’s free.

ELS 4.0 is a work in-progress. See https://github.com/Corionis/ELS/tree/Version-4.0.0, or go to https://corionis.github.io/ELS user-oriented site for downloads and information.

[Free data and media management and backup tool, utility, system]

Posted in Software | Comments Off on Corionis ELS : Entertainment Library Synchronizer V4

Corionis ELS : Entertainment Library Synchronizer

Entertainment Library Synchronizer

Entertainment Library Synchronizer (ELS) is a back-up tool for home media systems. ELS views media spanning multiple hard drives the same way modern media systems do – on a logical library basis, such as movies or TV shows. ELS combines the content for each library and performs name comparisons to determine what needs to be backed-up. The exact location of files in each library do not have to match on the back-up allowing a media library to grow “organically”.

Movies, TV shows with seasons, music and more are handled by ELS. When new content is added, for example another episode of a TV show, a check is made whether it will fit in the original location as other episodes. If it will not fit it is copied to a matching target location for new content for that library.

ELS relies on a common directory structure used by modern home media systems such as Plex Media Server. Each media type, such as a movie or television show, is contained in a unique directory within a library directory.

For example:

ELS uses two JSON files to describe the bibliographies of one or more libraries spread across multiple hard drives, one for the media system and the other for the backup.

Another JSON file describes the target location(s) for new content. Each library may have multiple targets for automatic roll-over. When a target reaches a specified minimum amount of free space the next target is used.

An add-on tool is available to generate a basic ELS JSON file from a Plex Media Server, see the ELS Plex Generator. However ELS will support any modern media system that uses the same directory structure.

ELS can run locally with attached storage devices as a single process or over a LAN or the Internet using two computers running ELS with built-in communications options.

This software is written in Java and operates on Windows, Linux, and Apple systems. The media system and back-up do not have to be the same type.

Version 3.1.0 has been released with bug fixes and enhancements including the new Hint Status Tracker and Hint Status Server.

See the project on GitHub at https://github.com/Corionis/ELS or visit the ELS wiki with features, downloads and documentation at https://github.com/Corionis/ELS/wiki.

Posted in Software | Comments Off on Corionis ELS : Entertainment Library Synchronizer

Corionis Service Manager.NET

The Corionis Service Manager (CSM) is a small Windows tray application that monitors and manages a list of user-selected Windows services. The selected services may be started, stopped, the start-up type changed, etc.

Most people who regularly monitor and manage Windows services are only interested in a few. Because CSM is a Windows tray app it is always available. The utility may be popped up or down by double-clicking the tray icon. Notifications are displayed and logged when a selected service’s state changes.

This is a complete re-write of the original Corionis Service Manager first released in 2017.

Release 2020.2 is now available. This upgrade adds a Minify button to hide the menu and tabs and a variety of minor feature enhancements.

The public web site for the Corionis Service Manage.NET.

Go to the developer GitHub project.

Posted in Software | Comments Off on Corionis Service Manager.NET

ELS Plex Generator

ELS-Plex-Generator is a Plex-specific add-on tool for Entertainment Library Synchronizer (ELS), available at https://github.com/Corionis/ELS, that generates the publisher library JSON file required for ELS.

ELS-Plex-Generator queries a Plex Media Server (PMS) directly using the PMS REST interface, typically on port :32400, to gather the necessary data.

A PMS X-Plex-Token is required for authentication, see Finding an authentication token / X-Plex-Token on the Plex support site.

This software is written in Java and operates on Windows, Linux, and Apple systems.

See the project on GitHub at https://github.com/Corionis/ELS-Plex-Generator or the ELS Plex Generator Wiki with How To information at https://github.com/Corionis/ELS-Plex-Generator/wiki.

Posted in Software | Comments Off on ELS Plex Generator

Stomp

Stomp is a command-line utility that simply truncates, or clears, the contents of a file.

Originally written for use with a log file monitoring tool to clear log files during software development. Stomp ignores most exceptions. If a file is open by another program it may not be able to be stomped and the content will remain.

Stomp is written in C++. The project compiles using cmake in Windows with the MinGW toolchain and also in Linux with a standard toolchain. Binary executables are also available.

My favorite log monitoring/viewing program is SnakeTail http://snakenest.com/snaketail/.

Usage hint: Create a shortcut for stomp.exe with all the files you want stomped, e.g. program log, Tomcat log, etc., all on one command line.

Disclaimer

The stomp utility is provided for free and “as is” with no guarantee or warranty expressed or implied. If you break it you own both parts.

Pass it around.

Download

Binary executables are available for Windows, Fedora/CentOS/RedHat, and Debian/Ubuntu/Mint. Download at: https://github.com/Monkeyboy-Com/Stomp/wiki

Posted in Software | Comments Off on Stomp

Corionis Service Manager

The Corionis Service Manager (CSM) is a small Windows utility tray application that monitors and manages a list of user-selected Windows services. The selected services are monitored and may be easily started, stopped, etc.

Most people who need to monitor and manage Windows services on a regular basis are only interested in a few. That’s why CSM is designed to provide a simple, easy to see, user interface and be obvious how to use it with either a mouse or keyboard.

The public web site for the Corionis Service Manager.

Go to the developer GitHub project.

Posted in Software | Comments Off on Corionis Service Manager

Setgo for Windows

“setgo” is a command-line utility that allows the user to change the current directory using a short easy-to-remember name. Each “go” command is prefixed with a dash “-” so all “go” commands are unique and do not conflict with existing commands.

“setgo” creates and maintains any number of “go” commands for each user on a supported operating system. This allows each user to have “go” commands that meet their individual needs.

This implementation of Setgo is a 32-bit program written for the Windows operating system. The original version of setgo was written in 1991 and the shell script has been ported to a wide variety of UNIX-based operating systems including Solaris, HP-UX, IBM AIX, Redhat, Fedora, Ubuntu, and CentOS. See Setgo for Linux.

How setgo Works

The setgo utility uses an environment symbol SETGO that specifies a directory to store the Go batch files that change the current directory. This directory must be added to the system PATH so the Go batch files can be found from a command line.

Because no Windows command begins with a dash “-” each setgo command uses that character as a prefix to make the “go” command unique.

Disclaimer

The setgo utility is provided for free and “as is” with no guarantee or warranty expressed or implied. If you break it you own both parts.

Pass it around.

Download

The setgo utility is 32-bit Windows program that also runs well on 64-bit systems. It may be downloaded from GitHub at: https://github.com/Monkeyboy-Com/Setgo-Windows/wiki

Installation

Place the downloaded file in the desired directory. If the Zip was downloaded simply unpack the contents to a directory.

Add the following environment symbols via Control Panel, System, Advanced system settings, the Advanced tab, then click the Environment Variables button:

SETGO = The path to a directory where Go commands will be kept.
SETGOEDITOR = Optional path to the EXE of the desired editor for the -e option.

Be sure to add the path of the SETGO environment symbol to the system PATH, for example:

PATH=%SETGO%;…

There is no Windows installation, short-cut, or configuration procedure. The setgo utility is just a simple command-line tool.

Examples
setgo . — Create new go command for current directory.
setgo work — Create new g” command named -work.
setgo -f — find all go commands with the current directory.
setgo -f work — find all go commands contain ‘work’.
setgo -d work — delete existing go command -work.
setgo -e . — edit the go command for the current directory.
-work — change to the work location.
Usage

For complete usage information, run:

setgo –help

Posted in Software | Comments Off on Setgo for Windows

Setgo for Linux

“setgo” is a command-line utility that allows the user to change the current directory using a short easy-to-remember name. Each “go” command is prefixed with a dash “-” so all “go” commands are unique and do not conflict with existing commands.

“setgo” creates and maintains any number of “go” commands for each user on a supported operating system. This allows each user to have “go” commands that meet their individual needs.

Setgo is a “shell script” written for UNIX, Linux, and other similar operating systems. The original version of setgo was written in 1991 and the script has been ported to a wide variety of UNIX-based operating systems including Solaris, HP-UX, IBM AIX, Redhat, Fedora, Ubuntu, and CentOS.

The current implementation is oriented around the Bash (Borne Again SHell) although porting the script to other shells such as sh or ksh is a simple matter.

There is now a version for Microsoft Windows™. See Setgo for Windows.

How setgo Works

At login time the shell executes one or more scripts to setup the runtime environment. The setgo utility uses “alias” to associated the desired name with a command sequence that changes the current directory. Because these aliases are “sourced” before the command line prompt is presented to the user (i.e. the $ or # prompt) the aliases become part of the current environment. This is similar to the way a user’s PATH string is set.

Because no UNIX or Linux command begins with a dash “-” each setgo command uses that character as a prefix to make the “go” command unique.

Disclaimer

The setgo utility is provided for free and “as is” with no guarantee or warranty expressed or implied. If you break it you own both parts.

Port it, extend it, pass it around.

Download

The setgo utility is a plain-text shell script. It may be downloaded from GitHub at:
https://github.com/Monkeyboy-Com/Setgo-Linux/wiki

Installation

If you downloaded the shell script simply copy it to a location on your PATH. If you downloaded the zip archive unpack the script to a location on your PATH.

The setgo file needs execute permissions. Run this:

chmod 775 setgo

The file maintained by setgo is ~/.go in your home directory. So the “go” commands are available when you login the ~/.go file should be “sourced” in your .bashrc, .bash_user, .profile or whatever login script file your shell executes at login time.

Example:

if [ -f ~/.go ]; then
    source ~/.go
fi

The ~/.go file is automatically created if it does not exist in your home directory.

Examples
setgo . — Create new “go” command for current directory.
setgo work — Create new “go” command named -work.
setgo -f — find all “go” commands with the current directory.
setgo -f work — find all “go” commands contain ‘work’.
setgo -d work — delete existing “go” command -work.
setgo -e . — edit the “go” command for the current directory.
-work — change to the “work” location.
-. — refresh “go” commands after adding a new one.
rego — refresh “go” commands after adding a new one.

Usage
setgo – Quick directory change helper

Simple script to maintain a file of “Go” commands…aliases used to
quickly change directories with a simple name. For example, if you
are currently in /etc/init.d and run the command:

setgo init

a line is added to the file ~/.go that will contain:

alias — -init=’cd /etc/init.d’

which says “add an alias called -init which, when typed at the
command line, will execute the command: cd /etc/init.d”.

The file ~/.go is maintained with a series of aliases that all
have a leading – (dash). This file should be “sourced” in your
.bashrc, .bash_user, .profile or whatever login script file so
the aliases will be included in your environment.

Example: source ~/.go or . ~/.go

The ~/.go file should also contain the ADDITIONAL COMMANDS.

USAGE: setgo [-d][-e][-f] name

Options:
-d delete name from ~/.go file.
Does not unalias Go command, see ADDITIONAL COMMANDS.
-e edit the ~/.go file. EDITOR is coded in this script.
-f find all go entries containing name. If name is not specified
then use the current directory name.
name logical “Go” name for the current directory. If “.” (dot) is
specified then the name of the current directory is used.

If neither -d or -f are used then a new go name is added.

To use a “Go” command type: -name

Examples:
setgo work creates new go name: -work
setgo -f find all entries containing the current directory
setgo -f work find all go entries containing: work
setgo -d work delete go entry: -work

ADDITIONAL COMMANDS:
These commands are automagically added:
-. re-sources the ~/.go file.
rego alias for -. (dash dot).
delgo name delete entry “name”.
This command also does an unalias of the entry.

FILES:
~/.go The ‘go’ command file.

Posted in Software | Comments Off on Setgo for Linux

Solar System Art

This project consists of several 3D objects inside a large sphere that is physically over 32″. Each moon has detailed texture maps including cloud layers and atmosphere.

Camera 14 – Dark side of Alsima, Epsilon Eridani gas giant, and bright Nilak
Camera 7
Camera 2 – Nilak
Camera 9 – Approaching Nilak
Camera 27
Camera 19 – Nilak emerging from an ice age
Nilak first light
Camera 3 – Dark side of Alsima
Camera 18 – Craft, Alsima and Nilak
Camera 0
The translucent pyramid opens like a flower and the sphere ‘craft’ inside rotates slowly and pulses with light.
Camera 21 – Through pyramid toward the sun

When this project was first done in TrueSpace in 1997 it was to be a 107 second video of the sphere flying to both moons complete with a musical score. However the rendering then would have taken about 11 months of 100% compute time. So the complete render was not created.
Unfortunately TrueSpace died when Microsoft bought the company. This project may get recreated some day using new tech, maybe Blender.

Posted in Art | Comments Off on Solar System Art

Wisdom

Remember, no matter where you go, there you are.

Posted in Ramblings | Comments Off on Wisdom