2024-10-12, 08:07 AM
(2024-10-12, 12:20 AM)TheDreadPirate Wrote: Make sure you are in the directory that contains tizen.bat. It does not appear to be part of the jellyfin-tizen git. It appears to be part of Tizen Studio.
There is a file named "tizen here:
C:\tizen-studio\tools\ide\bin
But it is not a .bat file.
See others also not getting .bat files to work on Win11.
Made it work though, this was the solution:
Code:
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows
PS C:\Users\morga\Desktop\jellyfin> cd jellyfin-tizen
PS C:\Users\morga\Desktop\jellyfin\jellyfin-tizen> $env:JELLYFIN_WEB_DIR='../jellyfin-web/dist'
PS C:\Users\morga\Desktop\jellyfin\jellyfin-tizen> npm ci --no-audit
npm warn deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm warn deprecated har-validator@5.1.5: this library is no longer supported
npm warn deprecated domexception@1.0.1: Use your platform's native DOMException instead
npm warn deprecated abab@2.0.5: Use your platform's native atob() and btoa() methods instead
npm warn deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
npm warn deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm warn deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm warn deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
> jellyfin-tizen@0.1.0 postinstall
> gulp
[09:14:18] Loaded external module: @babel/register
Using jellyfin-web from C:\Users\morga\Desktop\jellyfin\jellyfin-web\dist
[09:14:19] Using gulpfile ~\Desktop\jellyfin\jellyfin-tizen\gulpfile.babel.js
[09:14:19] Starting 'default'...
[09:14:19] Starting 'clean'...
[09:14:19] Finished 'clean' after 131 ms
[09:14:19] Starting 'searchFonts'...
[09:14:19] Finished 'searchFonts' after 790 μs
[09:14:19] Starting 'copy'...
[09:14:19] Starting 'modifyIndex'...
Found injected main.bundle
[09:14:19] Finished 'modifyIndex' after 87 ms
[09:14:20] Finished 'copy' after 847 ms
[09:14:20] Finished 'default' after 985 ms
added 418 packages in 6s
32 packages are looking for funding
run `npm fund` for details
PS C:\Users\morga\Desktop\jellyfin\jellyfin-tizen> tizen build-web -e ".*" -e gulpfile.js -e README.md -e "node_modules/*" -e "package*.json" -e "yarn.lock"
Build Web Application: 100% (10/10)
BUILD SUCCESSFUL
Output path : C:\Users\morga\Desktop\jellyfin\jellyfin-tizen\.buildResult
Excluded : [.*, gulpfile.js, README.md, node_modules/*, package*.json, yarn.lock, .build/*, .build, .sign/*, .sign, webUnitTest/*, webUnitTest, .externalToolBuilders/*, .externalToolBuilders, .buildResult/*, .buildResult, .settings/*, .settings, .package/*, .package, .tproject, .project, .sdk_delta.info, .rds_delta, *.wgt, .tizen-ui-builder-tool.xml]
Total time: 00:00:21.077
PS C:\Users\morga\Desktop\jellyfin\jellyfin-tizen> tizen package -t wgt -o . -- .buildResult
The active profile is used for signing. If you want to sign with other profile, please use '--sign' option.
Author certficate: C:\Users\morga\SamsungCertificate\jellyfin\author.p12
Distributor1 certificate : C:\Users\morga\SamsungCertificate\jellyfin\distributor.p12
Excludes File Pattern: {.manifest.tmp, .delta.lst}
Ignore File: C:\Users\morga\Desktop\jellyfin\jellyfin-tizen\.buildResult\.manifest.tmp
Package File Location: C:\Users\morga\Desktop\jellyfin\jellyfin-tizen\Jellyfin.wgt
PS C:\Users\morga\Desktop\jellyfin\jellyfin-tizen> tizen install -n Jellyfin.wgt -t TQ85Q70DATXXC
Transferring the package...
Transferred the package: C:\Users\morga\Desktop\jellyfin\jellyfin-tizen\Jellyfin.wgt -> /home/owner/share/tmp/sdk_tools/tmp
Installing the package...
--------------------
Platform log view
--------------------
install AprZAARz4r.Jellyfin
package_path /home/owner/share/tmp/sdk_tools/tmp/Jellyfin.wgt
app_id[AprZAARz4r.Jellyfin] install start
app_id[AprZAARz4r.Jellyfin] installing[9]
app_id[AprZAARz4r.Jellyfin] installing[19]
app_id[AprZAARz4r.Jellyfin] installing[29]
app_id[AprZAARz4r.Jellyfin] installing[39]
app_id[AprZAARz4r.Jellyfin] installing[48]
app_id[AprZAARz4r.Jellyfin] installing[58]
app_id[AprZAARz4r.Jellyfin] installing[68]
app_id[AprZAARz4r.Jellyfin] installing[78]
app_id[AprZAARz4r.Jellyfin] installing[87]
app_id[AprZAARz4r.Jellyfin] installing[97]
app_id[AprZAARz4r.Jellyfin] installing[100]
app_id[AprZAARz4r.Jellyfin] install completed
spend time for wascmd is [7104]ms
Installed the package: Id(AprZAARz4r.Jellyfin)
Tizen application is successfully installed.
Total time: 00:00:10.053
PS C:\Users\morga\Desktop\jellyfin\jellyfin-tizen>