Skip to content

Releases: Dudemullet/tenna

Stability +1

15 Jul 07:17
Compare
Choose a tag to compare
Stability +1 Pre-release
Pre-release

We've finally refactored out how playertwo is structured. All 3 main modules work more independent of each other. There still some code restructuring to be done. But the work shouldn't be as hard.

This will be considered pre-release until we do:

  • mediaelement.js added as the videoplayer (or our best option). Let's not reinvent the black string
  • better UI, one single <video> element changes video on clicking rect?
  • publish to npm

See the CHANGELOG for more detailed list of changes.

Also, we might change the name of the project 😽
spoilers: We're changing the name of the project.

Seemingly stable release

08 Mar 06:48
Compare
Choose a tag to compare
Pre-release

Things you can do with this release:

  • drag and drop videos/pictures into <app>:8081/setup
  • View and/or download those video in your Vita or other consoles.

Note

When you drag a file/or video, we copy it so rest assured that we make no modifications to your original files. Even so, the encoding uses, I think, the least amount of configuration options. Just enough to encode any video (supported by handbrake) into h.264

Shoutout to the libs we use.

  • grunt-cli:
  • express
  • jade
  • grunt-contrib-clean
  • grunt-contrib-copy
  • grunt-contrib-less
  • grunt-contrib-watch
  • handbrake-js
  • node-dir
  • escape-html
  • jquery-file-upload-middleware
  • jquery
  • browserify
  • grunt-browserify
  • grunt-concat
  • blueimp-file-upload
  • flat-ui
  • grunt-contrib-coffee
  • matchdep
  • Vue

Thank you!