Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Url issue. #16

Open
InakyMartinez opened this issue Oct 31, 2022 · 3 comments
Open

Url issue. #16

InakyMartinez opened this issue Oct 31, 2022 · 3 comments

Comments

@InakyMartinez
Copy link

InakyMartinez commented Oct 31, 2022

Hi Guys,

First thanks a bunch for this really interesting utility. I'm facing issues, getting our playlist URL to feed our TV. I'm pretty sure the PLIST file is correctly written but it's still not addressing our playlist. Can you please kindly take a look at my PLIST?

<dict>
    <key>edu.nebraska.ImageViewer.dataType</key>
    <string>csv</string>
    <key>edu.nebraska.ImageViewer.dataURL</key>
    <string>https://raw.githubusercontent.com/teamlewis/Exhibit/main/master/Demo/Playlist</string>
    <key>edu.nebraska.ImageViewer.dataType</key>
    <string>csv</string>
    <key>edu.nebraska.ImageViewer.deviceName</key>
    <string>$DEVICENAME</string>
    <key>edu.nebraska.ImageViewer.defaultBackground</key>
    <string>DefaultBackgroundNoLogo</string>
</dict>

Thank you,
Best Regards
Iñaky

@wmssj
Copy link

wmssj commented Jul 13, 2023

Your dataURL value may be incorrect. Try: https://raw.githubusercontent.com/teamlewis/MRs_DigitalSignage/main/Demo/Playlist with the dataType you've provided; I was able to see your CSV at https://raw.githubusercontent.com/teamlewis/MRs_DigitalSignage/main/Demo/Playlist.csv

@zakfarnworth23
Copy link

I've got the same problem here on Jamf School. It just doesn't work. Does the device have to be erased first?

@idominiki
Copy link

idominiki commented Dec 21, 2023

This is our working config in Jamf School for 300  TV's:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!--
   Property List.plist
   

   Created by Me on 09.09.21.
   Copyright (c) 2021 All rights reserved.
-->
<plist version="1.0">
<dict>
    <key>edu.nebraska.ImageViewer.dataURL</key>
    <string>https://ourdomain.com/apple.csv</string>
    <key>edu.nebraska.ImageViewer.imageTimer</key>
    <integer>10</integer>
    <key>edu.nebraska.ImageViewer.airplayViewTimer</key>
    <integer>25</integer>
    <key>edu.nebraska.ImageViewer.dataCheckTimer</key>
    <integer>600</integer>
   	<key>edu.nebraska.ImageViewer.airplayViewPositionX</key>
    <integer>1354</integer>
   	<key>edu.nebraska.ImageViewer.airplayViewPositionY</key>
    <integer>638</integer>
    <key>edu.nebraska.ImageViewer.airplayDescription</key>
    <string>Sende drahtlos Inhalte vom iOS-Gerät oder Computer mit AirPlay direkt auf dieses Display.</string>
    <key>edu.nebraska.ImageViewer.airplaySubtitle</key>
    <string>DIESES APPLE TV AUSWÄHLEN</string>
	<key>edu.nebraska.ImageViewer.airplayViewMovement</key>
    <string>Fade</string>
    <key>edu.nebraska.ImageViewer.airplayViewHide</key>
    <false/>
    <key>edu.nebraska.ImageViewer.deviceName</key>
    <string>%Name%</string>
</dict>
</plist>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants