2024-08-09, 11:18 PM
Maybe but I have hundreds of files. Way too long a project.
2024-08-09, 11:18 PM
Maybe but I have hundreds of files. Way too long a project.
2024-08-09, 11:24 PM
If this is Linux, the command line and loops are your friend.
2024-08-09, 11:39 PM
Have you tried adding external subtitles? ATV will load external subs first. If you’re interested in this approach, here’s a quick PowerShell script to create dummy .srt files.
To run: 1. Create a new file, paste contents into the file, and name it something with a .ps1 extension, e.g., CreateSRTFiles.ps1 2. Open PowerShell and run the script by navigating to its location in PowerShell and executing it with .\CreateSRTFiles.ps1. 3. Enter the path to the directory when prompted. The script will scan through your directory and create a dummy srt file for each mp4 file it finds. Code: # Prompt the user for a directory
2024-08-11, 02:39 AM
That may work but my files are separated in directories for each movie. Did I mention my server is running in windows 11?
2024-08-11, 06:34 PM
(This post was last modified: 2024-08-11, 06:36 PM by theguymadmax. Edited 1 time in total.)
Yes, I noticed that you're using Windows. The script I provided is intended for Windows. To run it, click on the Start menu, type "PowerShell," and select the app.
The script will scan your folders recursively. When you run it, you'll be prompted to enter the directory where your media is located. Just specify the top-level folder, and it will scan through all the subfolders within that directory. For example: c:\media\movies\
2024-08-12, 04:03 PM
i will give this a try. one question, on your first step
1. Create a new file, paste contents into the file, and name it something with a .ps1 extension, e.g., CreateSRTFiles.ps1 do i need to create just one file for the whole run? where should it be located? and finally, what do i paste in it?
2024-08-12, 05:41 PM
To use the script, paste it into your preferred text editor. For Windows, Notepad is the default option. I’ve attached the script to this post for your convenience so you can skip that step, but you’ll need to rename the attached file by removing the .txt extension so that it’s named CreateSRTFiles.ps1 instead of CreateSRTFiles.ps1.txt.
To show file extensions in Windows 11:
Next, open PowerShell and navigate to the directory where the file is saved. Use the following command, replacing username with your actual Windows username: Code: cd C:\Users\username\Desktop\ Once in the correct directory, execute the script by typing: Code: .\CreateSRTFiles.ps1 The script will then prompt you to specify the directory. You only need to perform this step once.
2024-08-23, 07:41 PM
thanks so much for that workaround, i did try it but ran into an issue. the media folders are on a network drive in my openmediavault NAS server. i cannot see a mapped drive to the folder under powershell. any ideas? i am ok with setting the subtitles to none for now but would love for this to be automatic. can this be done?
2024-08-23, 11:44 PM
There was a fix for the bug you were experiencing, which will be included in the upcoming bugfix release, version 10.9.10. Once the update is available, upgrade to it, no need for this workaround.
2024-08-27, 08:46 PM
I am quite new at Jellyfin and everything is working great so far, 3 Tvs, google chromecast, notebook, phone, NAS, remote access.
The only thing that has been bothering me is the android tv player, not the player itself, it plays fine, find the correct subtitles and plays all kinds of media. The problem is with the seek bar, when I want to fast forward I have to press 3 times the remote button, one to lift the bar, one to actualy forward and another to resume play. The problem is not with exoplayer since I use other apps based on it and works fine. Would be possible to change something I might be doing wrong to fix it? Thanks and congratulations on the great work |
|
|