Giter Club home page Giter Club logo

name-it's Introduction

NAMEIT

NAMEIT is a free, open-source, file naming app. It allows you to fetch series data from TVDB and name files

Installation

The easiest way is to go to the NAMEIT homepage and download the binary for your system.

Building the project from source requires node.

Check out the project and install the dependencies:

npm install

Then build the electron app with

npm run electron:build

with the build binary located in name-it/build.

Usage

The left pane represents the episodes with which the files will be named. Click on the search icon, search for a series, and select a season that you want to use as a reference.

The right pane contains your files. Click on the folder and select multiple files that belong to one season that you want to rename.

Remove episodes (left pane) and reorder the files (right pane) such that the episodes match the file order. Finally, click rename to rename the files.

You can change the language of the episodes or the renaming format in the settings. There are preconfigured examples that make clear how the naming formatting works. Also, you can define your template.

Feature Requests & Issues

This project is only a small vacation relaxation project to play around with some technology. Furthermore, I needed a replacement for FileBot as it changed to a quite expensive proprietary license. I will fix bugs and add requested features but only if I deem useful and have time.

Just submit an issue or feel free to fork and adapt the project as needed.

Package & Publish

To packaging and publishing is currently done manual via a docker container and release-it script:

docker run --rm -ti  --env-file <(env | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS_TAG|TRAVIS|TRAVIS_REPO_|TRAVIS_BUILD_|TRAVIS_BRANCH|TRAVIS_PULL_REQUEST_|APPVEYOR_|CSC_|GH_|GITHUB_|BT_|AWS_|STRIP|BUILD_')  --env ELECTRON_CACHE="/root/.cache/electron"  --env ELECTRON_BUILDER_CACHE="/root/.cache/electron-builder"  -v ${PWD}:/project  -v ${PWD##*/}-node-modules:/project/node_modules  -v ~/.cache/electron:/root/.cache/electron  -v ~/.cache/electron-builder:/root/.cache/electron-builder  electronuserland/builder:wine

In the container install the dependencies and start the packing:

yarn
yarn electron:build

Authors

  • Hannes Thaller

License

MIT

name-it's People

Contributors

wavefarer42 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

name-it's Issues

Valid filename characters

Characters, e.g., question mark, is not allowed on Linux or fat32 systems.
Add an automated way to fix invalid characters.

  • Provide meaningful defaults
  • Add setting to declare more characters that should be blacklisted

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.