All Projects → tvrenamer → Tvrenamer

tvrenamer / Tvrenamer

Licence: other
A Java GUI utility to rename TV episodes from TV listings

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Tvrenamer

Openbsm
OpenBSM open audit implementation
Stars: ✭ 116 (-16.55%)
Mutual labels:  osx
Simpleopenni
SimpleOpenNI library for Processing 3.5.2, 3.4, 3.3.7, 3.3.6 on MacOS for V1 and V2
Stars: ✭ 124 (-10.79%)
Mutual labels:  osx
Maclaunch
Manage your macOS startup items.
Stars: ✭ 133 (-4.32%)
Mutual labels:  osx
N1 Ido
Ido is a clean, simple, Polymail-inspired theme for Mailspring
Stars: ✭ 118 (-15.11%)
Mutual labels:  osx
Predator
A screensaver for macOS which is based on the predator countdown timer. Don't worry your mac doesn't blow up 😄
Stars: ✭ 120 (-13.67%)
Mutual labels:  osx
Coffeefy
스타벅스 Wifi 자동접속 맥 애플리케이션
Stars: ✭ 128 (-7.91%)
Mutual labels:  osx
Webshell
Bundle web apps to native OS X app
Stars: ✭ 1,509 (+985.61%)
Mutual labels:  osx
Trayplay
An app for macOS that lives in your menu bar and lets you easily control iTunes or Spotify, without interrupting your workflow.
Stars: ✭ 137 (-1.44%)
Mutual labels:  osx
Macassistant
Google Assistant for macOS!
Stars: ✭ 1,564 (+1025.18%)
Mutual labels:  osx
Git Cola
git-cola: The highly caffeinated Git GUI
Stars: ✭ 1,787 (+1185.61%)
Mutual labels:  osx
Objektiv
Objektiv is a utility that lets you switch your default browser easily.
Stars: ✭ 118 (-15.11%)
Mutual labels:  osx
Hello imgui
Hello, Dear ImGui: cross-platform Gui apps for Windows / Mac / Linux / iOS / Android / Emscripten with the simplicity of a "Hello World" app
Stars: ✭ 120 (-13.67%)
Mutual labels:  osx
Vscode of
openFrameworks empty example for visual studio code
Stars: ✭ 129 (-7.19%)
Mutual labels:  osx
Libmodule
C simple and elegant implementation of an actor library
Stars: ✭ 118 (-15.11%)
Mutual labels:  osx
Osx Kvm
Run macOS on QEMU/KVM. With OpenCore + Big Sur + Monterey support now! Only commercial (paid) support is available now to avoid spammy issues. No Mac system is required.
Stars: ✭ 12,926 (+9199.28%)
Mutual labels:  osx
Keepassxc
KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Stars: ✭ 11,623 (+8261.87%)
Mutual labels:  osx
Mailspring
💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Stars: ✭ 11,953 (+8499.28%)
Mutual labels:  osx
Eid Mw
eID Middleware (main repository)
Stars: ✭ 137 (-1.44%)
Mutual labels:  osx
React Osx Dock
React component that is magnifiable like the Mac OS X dock.
Stars: ✭ 136 (-2.16%)
Mutual labels:  osx
Evilosx
An evil RAT (Remote Administration Tool) for macOS / OS X.
Stars: ✭ 1,826 (+1213.67%)
Mutual labels:  osx

TVRenamer

Build Status

About

TVRenamer is a Java GUI utility to rename TV episodes from TV listings It will take an ugly filename like Lost.[6x05].DD51.720p.WEB-DL.AVC-FUSiON.mkv and rename it to Lost S06E05 Lighthouse.mkv

Screenshot

Screenshot

Features

  • Rename many different shows at once from information from TheTVDB
  • Customise the format and content of the resulting filename
  • Native look & feel for your operating system
  • Drag & Drop or standard 'add file' interface
  • Optionally move renamed files, i.e. a NAS or external HDD

Usage & Download

Please Note

Your virus software may display a false positive on the Windows executable. This is reported in the issue: #238 This software is open source and contains no viruses. You can inspect the source and build it yourself if you're interested. We do not know why the virus detection software thinks there's a virus; possibly it's simply because the program will rename your files, which some programs may be overly protective about.

If you get a message from your virus software, we would ask that you report it to the makers of the virus software, as a bug in their product, reporting a false positive.

Again, we assure you the program contains no viruses.

Download the correct version for your operating system (OSX, Windows, Linux) and architecture (32 or 64 bit)

  • On Windows:
    1. Unzip the downloaded file somewhere, possibly your Desktop or C:\Program Files
    2. Double click the .exe file
  • On OSX:
    1. Unzip the downloaded file somewhere, possibly your Desktop or /Applications
    2. Double click the .app file
  • On Linux:
    1. Unzip the downloaded file somewhere, possibly your Desktop
    2. It is easiest to add TVRenamer to the top Gnome bar (no need for the terminal). Add a 'Custom Application Launcher' with the below settings: Type: Application Name: TVRenamer Command: <location of unzipped file from (1.)>/TVRenamer-<version>/run-linux.sh Icon: Can be anything, perhaps our icon If the application doesn't start, or if you have problems switch the Type to be 'Application in Terminal'
    3. If you don't add it to the Gnome bar, open an terminal and cd to where you unzipped the file to. Then cd into the TVRenamer-<version> folder. There should be run-linux.sh and tvrenamer.jar file there.
    4. Execute the run script via ./run-linux.sh

Common Problems

Connectivity Issues

If you are using a version that precedes version 0.7.2, and you receive errors about "unable to connect to internet" please download a later version. Note that Java 8 is required.

Java version issues

Java version 8 is required. Type java -version into your terminal and ensure that the output is similar to:

$ java -version
java version "1.8.0_81"
Java(TM) SE Runtime Environment (build 1.8.0_81-b14)
Java HotSpot(TM) 64-Bit Server VM (build 24.81-b01, mixed mode)

x86/ 64 bit architecture version

Ensure that you are running the same architecture of TVRenamer as Java. java -version displays the version on the last line, as above. If you don't have it right, you get an unhelpful error message on startup (when running on the terminal), like below: Exception in thread "main" java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM

"TVRenamer can't be opened because it's from an unidentified developer" error message on OSX Mountain Lion or above.

This is because we have not signed the application with Apple (and because we use Java, they won't allow us to). To get around this, just right-click the app in Finder and select Open. You only need to do this once. More information from iMore

Running in debug mode

If the application crashes it helps us greatly if you can provide us a stacktrace of what went wrong. In order to do this, you just need to run the application in the terminal, then copy the output into a new bug report.

If the application fails to start due to a java error, ensure that your JAVA_HOME environment variable is set correctly.

  • On Windows:
    1. Open the Windows Command Prompt (Windows + r, then type cmd and push enter)
    2. Navigate to where the TVRenamer application is.
    3. Execute java -jar TVRenamer-<version>.exe
  • On OSX:
    1. Open the Terminal application (at /Applications/Utilities/Terminal.app)
    2. Navigate to where the TVRenamer application is.
    3. Execute it via ./TVRenamer-<version>.app/Contents/MacOS/TVRenamer
      • for older versions, you may need to run ./TVRenamer-<version>.app/Contents/MacOS/JavaAppLauncher
  • On Linux:
    1. Open the Terminal application (from the Gnome Applications menu)
    2. Navigate to where the TVRenamer application is.
    3. Execute the run script via ./TVRenamer-<version>/run-linux.sh

Contributions

If you'd like to run from source, please see the Quick Start guide, and then look over Development Setup.

Please see the Development Process section if you'd like to contribute! Anything from Java code patches to UI/UX recommendations would be gratefully received.

To contribute to the code side of things you should know Java and it would be helpful if you know some SWT and git. The easiest way to submit changes is via a github pull request based off the master branch.

For anything else (feature requests, comments, fanmail!), create a new issue and set the label to 'Type-Enhancement'.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].