[wiki.tv-renamer] push by d...@harris.org.nz - Code is now hosted at http://github.com/tvrenamer/tvrenamer, please vi... on 2012-10-18 04:01 GMT

9 views
Skip to first unread message

tv-re...@googlecode.com

unread,
Oct 18, 2012, 12:02:06 AM10/18/12
to tvre...@googlegroups.com
Revision: c786487c929e
Author: Dave Harris <da...@boost.co.nz>
Date: Wed Oct 17 21:01:22 2012
Log: Code is now hosted at http://github.com/tvrenamer/tvrenamer,
please view and submit pull requests there instead

http://code.google.com/p/tv-renamer/source/detail?r=c786487c929e&repo=wiki

Deleted:
/Changelog.wiki
/DeveloperTodo.wiki
/DevelopmentSetup.wiki
/GetInvolved.wiki
/ReadMe.wiki
/RoadMap.wiki
/Screenshots.wiki
/about-0.5b2.png
/preferences-0.5b4.png
/screenshot_0.3.png
/tvrenamer-0.5b2.png

=======================================
--- /Changelog.wiki Thu Sep 29 20:24:04 2011
+++ /dev/null
@@ -1,64 +0,0 @@
-#summary The Changelog of TV-Renamer releases
-#labels Restrict-AddWikiComment-Commit
-=Changelog=
-
-===v0.5===
-_Released on Sept 29, 2011_
-[http://code.google.com/p/tv-renamer/downloads/list?can=1&q=%220.5+for%22&colspec=Filename+Summary+Uploaded+Size+DownloadCount
release]
[http://github.com/tvrenamer/tvrenamer/tree/0.5 source]
- * Correctly detecting show information (title, season and episode) from
filenames only (i.e not in the show’s folder)
- * Naming multiple show files at once
- * Moving files to a selected destination folder
- * Change from DOM-based to SAX parsing
- * Get a list of filename inputs we will support
- * Vipul has a list from downloading stuff
- * Add Dave Keane’s regex
- * Add regex from Issue #25
- * Add runtime caching of XML data
- * Stop overwrites of existing files
- * Proxy support
- * Preferences, backed by files
- * Decide how best to handle
[http://github.com/tvrenamer/tvrenamer/forkqueue pull requests] (such as
[http://github.com/craftyfirefox/tvrenamer/network where the code has
diverged])
- * Close fixed issues
-
-===v0.4.1===
-_Released on Nov 10, 2009_
-[http://code.google.com/p/tv-renamer/downloads/list?can=1&q=0.4.1&colspec=Filename+Summary+Uploaded+Size+DownloadCount
release]
[http://github.com/tvrenamer/tvrenamer/tree/0.4.1 source]
- * Major overhaul of build script and procedure.
- * Updated OSX SWT version to 3.6M3 so Drag and Drop now works
- * Fix release files
-
-===v0.4===
-_Released on Nov 10, 2009_
-[http://code.google.com/p/tv-renamer/downloads/list?can=1&q=%220.4+for%22&colspec=Filename+Summary+Uploaded+Size+DownloadCount
release]
[http://github.com/tvrenamer/tvrenamer/tree/0.4 source]
- * Support for 64-bit JVM's
- * Updated to use TVRage's new xml feed format, the program should work
now
- * Drag and drop of files is now supported
- * You can now manually override the show's title. In addition, pressing
enter while inside the show title or format fields will apply the changes
- * Removed success dialog, now prints success message in the status bar
(bottom of window)
-
-===v0.3===
-_Released on 22 April 2009_
-[http://code.google.com/p/tv-renamer/downloads/list?can=1&q=0.3&colspec=Filename+Summary+Uploaded+Size+DownloadCount
release]
-[http://github.com/tvrenamer/tvrenamer/tree/e02900719556b68613b9ca9831ac2e7b514b3545
source]
- * Updated to use TVRage's new xml feed format, the program should work
now.
- * Drag and drop of files is now supported.
- * You can now manually override the show's title. In addition, pressing
enter while inside the show title or format fields will apply the changes.
- * Fixed crashing on Mac OS X.
- * Removed success dialog, now prints success message in the status bar
(bottom of window).
-
-===v0.2===
-_Released on 26 April 2008_
-[http://code.google.com/p/tv-renamer/downloads/list?can=1&q=0.2&colspec=Filename+Summary+Uploaded+Size+DownloadCount
release]
[http://github.com/tvrenamer/tvrenamer/tree/0.2 source]
- * Show and Episode information is now provided by TVRage's xml feeds,
http://www.tvrage.com/xmlfeeds.php.
- * Users can now provide a format string to rename the files by.
- * Users are now provided with list of options for the show, in case the
selected show is incorrect.
- * Now correctly handles nested folders, e.g.
-<pre>
- D:\tv\Battlestar Galactica\*Season Four*\battlestar.galactica.402.mkv
- D:\tv\Battlestar Galactica\battlestar.galactica.402.mkv</pre>
-
-===v0.1===
-_Released on 05 April 2008_
-[http://github.com/tvrenamer/tvrenamer/tree/0.1 source]
- * Initial release.
- * Renames files based on data provided by TVRage, http://www.tvrage.com.
=======================================
--- /DeveloperTodo.wiki Sun Feb 27 20:32:20 2011
+++ /dev/null
@@ -1,23 +0,0 @@
-#labels Restrict-AddWikiComment-Commit
-= About =
-This is a list of outstanding work items for tv-renamer, DEVELOPER USE ONLY
-
-When the task is complete, use a ~~strikeout~~
-
-== 0.5b2 ==
- * Automatically re-sort table when dragging in new files based on the
currently selected sort option
- * ~~Refresh the text on the move/rename button if the user preferences
have changed~~
- * Sorting of the table is broken
- * ~~Only create preferences file when preferences change from defaults~~
- * ~~Don't create the 'destination directory' when move enabled is false~~
- * ~~Don't move the file when 'Move Enabled' is false~~
- * ~~Create a preferences change listener~~
- * ~~Remove the refresh button~~
- * ~~Put the destination directory in the header when enabled~~
- * ~~Add pref option for 'check for updates at startup' and add link if
there are any~~
- * ~~Fix the main window height in linux - the buttons are half cut-off~~
- * ~~Enable line numbers in ant javac to help defect resolution~~
- * Add a collapsible pane to the exception handler window so users don't
need to run in debug mode
- * Add a Select/De-Select All and Clear actions to the UI
- * Add an indicator to the UI to show that files can be drag-dropped when
the table is empty
- * ~~When a file is successfully renamed, untick the file~~
=======================================
--- /DevelopmentSetup.wiki Wed Sep 28 14:06:08 2011
+++ /dev/null
@@ -1,40 +0,0 @@
-#summary Details how the code is structured and the tools used.
-#labels Phase-Implementation
-
-= Source Control =
-tv-renamer uses [http://git-scm.com/ Git] for source control. The
[http://progit.org/book/ Pro Git book] is really good reference guide with
examples and theory.
-
-The git repo is hosted at [http://github.com/tvrenamer/tvrenamer Github].
Git will hold the day-to-day code, but on each release the history will be
exported from git and imported into the Google Code Mercurial repo.
-
-Development will mainly take place in the 'devel' branch. When a release
is ready, the code will be tagged and merged back into the default (master)
branch.
-
-Commit permissions lies with a small group of friends, but if you would
like to contribute changes you are more than welcome. It is easiest if you
fork the devel branch and make your changes so we can merge it into our
main codebase. For [http://help.github.com/forking/ information on forking
and pull requests on Github].
-
-
-= Development Tools =
-== Eclipse ==
-Eclipse is the IDE of choice for most Java developers. The below
preference changes need to be made to the default Eclipse setup to never
allow tabs in any source code:
- * Preferences -> General -> Java -> Formatter. Import the 'TVRenamer
Style Profile' from the file etc/tv-renamer-formatter-profile.xml. Apply
it to all projects to just the tvrenamer project.
-
-The .project and .classpath files are excluded from source control. When
adding the source to eclipse you need to make the following changes to the
Java Build Path:
- * Add the swt jar for the platform you are developing on
- * Add the junit4 'Library'
- * Ensure that source folders are src/main and src/test
-
-
-= Feature Development =
-Most new features are driven off needs from the development team and bugs
raised by users. The issues section can be used to track feature requests
too, so feel free to add to that.
-
-The development team have been trialling using Google Wave as a
collaboration tool for things to do for the next release. However this was
found to be rather slow, cumbersome and doesn't scale very well. A wave
will probably be started to get the ball rolling with fast edits, but the
content will be later moved to a page on this wiki for ease of reference
and posterity.
-
-= Github vs. Google Code =
-The project currently uses Github for source control and Google Code for
everything else (main project page, downloads, issues, wiki).
-It is nice to keep Google Code's source up to date in case someone comes
along and browses the source on Google Code.
-To push changes to Google Code, do the following:
-{{{
-git remote add googlecode https://code.google.com/p/tv-renamer
-# Increase buffer size to prevent 'error: RPC failed; result=56, HTTP code
= 0'
-git config http.postBuffer 524288000
-git push --all googlecode
-git push --tags googlecode
-}}}
=======================================
--- /GetInvolved.wiki Sun Jul 10 22:35:30 2011
+++ /dev/null
@@ -1,33 +0,0 @@
-#summary How to become a member of the development team
-#labels Restrict-AddWikiComment-Commit
-
-If you want to become a member of the development team, pull a read-only
copy of the repository, and get coding.
-
-Send us some patches, and if we like your stuff, we'll let you know.
-
-Don't forget, we hate freedom.
-
-= Project Source =
-== Source Management ==
-tv-renamer primarily uses [http://git-scm.com/ GIT] as its source
management software.
-
-It can be accessed via:
- * git://github.com/tvrenamer/tvrenamer.git
- * https://github.com/tvrenamer/tvrenamer.git
-
-=== Branches ===
-The two main branches are:
- * _master_: The current stable release
- * _devel_: The next scheduled release
-
-_gh-pages_ is used by github and not part of the project.
-
-The remaining branches are topic branches that will eventually be merged
into the _devel_ branch.
-
-== Source layout ==
- * Directories
- * _etc_: Application configuration files
- * _lib_: Java libraries required by the application
- * _res_: Graphical resources
- * _src/main_: Application code
- * _src/test_: JUnit tests for application
=======================================
--- /ReadMe.wiki Tue Aug 16 20:48:03 2011
+++ /dev/null
@@ -1,97 +0,0 @@
-#labels Featured,Phase-Support
-<h1>TVRenamer</h1>
-
-<h2>About</h2>
-
-<p>TVRenamer is a Java GUI utility to rename TV episodes from TV listings
<br />
-Basically, it will take an ugly filename like
<strong>Lost.S06E05.DD51.720p.WEB-DL.AVC-FUSiON.mkv</strong> and rename it
to <strong>Lost [6x05] Lighthouse.mkv</strong></p>
-
-<h2>Features</h2>
-
-<ul>
-<li>Rename many different shows at once</li>
-<li>Customise the format and content of the resulting filename</li>
-<li>Native look & feel for your operating system</li>
-<li>Drag & Drop or standard 'add file' interface</li>
-</ul>
-
-<h2>Usage</h2>
-
-<p><a
href="http://code.google.com/p/tv-renamer/downloads/list">Download</a> the
correct version for your operating system (OSX, Windows, Linux) and
architecture (32 or 64 bit)</p>
-
-<ul>
-<li>On Windows:
-<ol>
-<li>Unzip the downloaded file somewhere, possibly your Desktop or
C:\Program Files</li>
-<li>Double click the .exe file</li>
-</ol></li>
-<li>On OSX:
-<ol>
-<li>Unzip the downloaded file somewhere, possibly your Desktop or
/Applications</li>
-<li>Double click the .app file</li>
-</ol></li>
-<li>On Linux:
-<ol>
-<li>Unzip the downloaded file somewhere, possibly your Desktop</li>
-<li>It is easiest to add TVRenamer to the top Gnome bar (no need for the
terminal). Add a <a
href="http://library.gnome.org/users/user-guide/2.32/gospanel-34.html.en">'Custom
Application Launcher'</a> with the below settings: <br />
-Type: Application <br />
-Name: TVRenamer <br />
-Command: <location of unzipped file from
(1.)>/TVRenamer-`<version>`/run-linux.sh <br />
-Icon: Can be anything, perhaps <a
href="http://github.com/tvrenamer/tvrenamer/raw/master/res/icons/tvrenamer.png">our
icon</a> <br />
-<em>If the application doesn't start, or if you have problems switch the
Type to be 'Application in Terminal'</em></li>
-<li>If you don't add it to the Gnome bar, open an terminal and
<code>cd</code> to where you unzipped the file to. Then <code>cd</code>
into the TVRenamer-`<version>` folder. There should be run-linux.sh and
tvrenamer.jar file there.</li>
-<li>Execute the run script via <code>./run-linux.sh</code></li>
-</ol></li>
-</ul>
-
-<h2>Common Problems</h2>
-
-<h3>Java version issues</h3>
-
-<p>Ensure that you have Java version 5 or 6 installed. Type <code>java
-version</code> into your terminal and ensure that the output is similar
to: <br />
- java version "1.6.0<em>14"
- Java(TM) SE Runtime Environment (build 1.6.0</em>14-b08)
- Java HotSpot(TM) 64-Bit Server VM (build 14.0-b16, mixed mode)</p>
-
-<h3>TVRenamer version issues</h3>
-
-<p>Ensure that you are running the correct version of TVRenamer for the
version of Java you are running. If you don't have it right, you get a
helpful error message on startup (when running on the terminal), like
below: <br />
- Exception in thread "main" java.lang.UnsatisfiedLinkError: Cannot
load 32-bit SWT libraries on 64-bit JVM
-To fix this, see the output of <code>java -version</code>, the last line
will say if you are running 64-bit Java or not. Then <a
href="http://code.google.com/p/tv-renamer/downloads/list">download</a> the
appropriate version.</p>
-
-<h2>Getting Support and Submitting Bug Reports</h2>
-
-<p><a
href="http://code.google.com/p/tv-renamer/issues/list?can=1&amp;q=&amp;colspec=ID+Type+Status+Priority+Milestone+Owner+Summary&amp;cells=tiles">View
past bug reports</a> and if that is no help then <a
href="http://code.google.com/p/tv-renamer/issues/entry">submit a new
one</a>. The developers will be notified and you should hear back
shortly.</p>
-
-<h2>Running in debug mode</h2>
-
-<p>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
href="http://code.google.com/p/tv-renamer/issues/entry">a new bug
report</a>.</p>
-
-<p>If the application doesn't start with a java error, <a
href="http://www.oracle.com/technology/sample_code/tech/java/sqlj_jdbc/files/9i_jdbc/EnvSetup.html">ensure
that your JAVA_HOME environment variable is set correctly</a>.</p>
-
-<ul>
-<li>On Windows:
-<ol>
-<li>Open the Windows Command Prompt (Windows key + r, then type cmd and
push enter)</li>
-<li>Navigate to where the TVRenamer application is.</li>
-<li>Execute <code>java -jar TVRenamer-<version>.exe</code></li>
-</ol></li>
-<li>On OSX:
-<ol>
-<li>Open the Terminal application (at
/Applications/Utilities/Terminal.app)</li>
-<li>Navigate to where the TVRenamer application is.</li>
-<li>Execute it via <code>./TVRenamer-<version>.app</code></li>
-</ol></li>
-<li>On Linux:
-<ol>
-<li>Open the Terminal application (from the Gnome Applications menu)</li>
-<li>Navigate to where the TVRenamer application is.</li>
-<li>Execute the run script via
<code>./TVRenamer-<version>.app/Contents/MacOS/run-mac.sh</code></li>
-</ol></li>
-</ul>
-
-<h2>Contributions</h2>
-
-<p>The development team numbers just 2, so anything from Java code patches
to UI/UX recomendations would be gratefully received. <br />
-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 <a href="http://help.github.com/forking/">guthub pull request</a>
based off the <a
href="http://github.com/tvrenamer/tvrenamer/tree/devel">devel branch</a>.
<br />
-If you anything else (feature requests, comments, fanmail!), <a
href="http://code.google.com/p/tv-renamer/issues/entry">create a new
issue</a> and set the Type label to be 'Type-Enhancement'
or 'Type-Other'.</p>
=======================================
--- /RoadMap.wiki Thu Sep 29 20:24:01 2011
+++ /dev/null
@@ -1,9 +0,0 @@
-#summary The TV-Renamer Feature Roadmap
-#labels Restrict-AddWikiComment-Commit
-
-= v0.6 =
- * Non-interactive mode / run as daemon watching incoming folder
- * Add [http://www.tvdb.org TVDB] as a provider
- * Add extra metadata to renaming options (such as year)
- * Handle long running series performance issue - Issue #15
- * Better error handling for user
=======================================
--- /Screenshots.wiki Fri Jul 29 01:01:32 2011
+++ /dev/null
@@ -1,14 +0,0 @@
-#summary Screenshots of TVRenamer features
-#labels Phase-Design,Restrict-AddWikiComment-Commit
-
-=Main Window (Windows 7)=
-====Showing old name, new name, and rename status====
-[http://wiki.tv-renamer.googlecode.com/git/tvrenamer-0.5b2.png]
-
-=Preferences Window (Ubuntu Linux)=
-====Showing the available options and tooltips====
-[http://wiki.tv-renamer.googlecode.com/git/preferences-0.5b4.png]
-
-=About Dialog Window (Ubuntu Linux)=
-====Showing the version, support lines and check for update
functionality====
-[http://wiki.tv-renamer.googlecode.com/git/about-0.5b2.png]
=======================================
--- /about-0.5b2.png Thu Dec 9 14:05:28 2010
+++ /dev/null
Binary file, no diff available.
=======================================
--- /preferences-0.5b4.png Fri Jul 29 01:17:00 2011
+++ /dev/null
Binary file, no diff available.
=======================================
--- /screenshot_0.3.png Wed Jan 20 13:56:10 2010
+++ /dev/null
Binary file, no diff available.
=======================================
--- /tvrenamer-0.5b2.png Thu Dec 9 13:30:47 2010
+++ /dev/null
Binary file, no diff available.
Reply all
Reply to author
Forward
0 new messages