- 8a1618397243ed315dd321f6d06300d976200a87Adds ability to delete videos within the UI.
- 154fa1a6772634d2d9db8917345cf785df39ff7bAdds ability to delete via command line using the
tenna --clean
command
- cd67e26 Fixes 3 incorrect references to directories inside the build dir. they were being used without __dirname
Published to npm! Also, renamed the project from playertwo to tenna. As in (an)tenna.
The preferred method of using tenna for now is
npm install -g tenna
tenna path/to/video(optional)
- 0c209aa removes references to name player two, add consistent nav bar, changes name from playertwo to tenna
Kinda major ui changes with this release. We have made it so that theres is (apparently) a single video element in the page. Clicking on the 'play' icon for a video tile will actually toggle visibility between the different video elements and start playing on the clicked videos element.
This did not work in some devices, specifically the PS Vita.
- 9554576 Added optimize for web flag to handbrake encoding
- 225d439 Modified UI so there is a single place where videos get played. Faking a single video element
- 958bac7 Re arranged dependencies, modev dev only to devDependencies. Removes unnecesary files and console.logs
- Major refactor to keep everything modularized
- Update to handbrake-js 1.1 link