Saving the YouTube password
#1
Is it possible to configure the YouTube addon to remember my account name and password? Each time I open YouTube I have to add in the two generated codes into youtube.com/activate.

Apologies if this is answered somewhere on here; I have searched but found it hard to find an answer.
Reply
#2
Is this forum not for laypeople? I read the YouTube thread and was completely lost with what was being said; even the first few posts.

Is there any way to get a simple answer as to whether or not a YouTube addon can be installed and then configured so I don't have to put the two codes in each time so that it knows which YouTube account to link to? I generally use the seo-michael pages advice on how to install things but I couldn't findd anything to help on the config side that someone like me could use for this.
Reply
#3
Searching for 'activate' in the main YouTube thread reveals something that should help.

Read from Post # 1550 for how to activate the right way.
Get the Best of NHK video add-on for Kodi 19 thru 21. Install via my k19-addons repository.
Reply
#4
Thank you Misty01, I'll take a look now.
Reply
#5
I have been using the youtube plugin through various versions for probably the last year or so and I have never had issues with it saving and remembering my login information. Is is possible that it isn't getting saved in your userdata folder?

For Windows 7 it is:
C:/Users/<Account Name>/AppData/Roaming/Kodi/userdata/addon_data/plugin.video.youtube/settings.xml
Reply
#6
Shryp, I've checked in the settings file and I can't see my user ID or email address in there. It starts with <settings> <setting ID="kodion.access_token" value="" />

I'm guessing this should have either my email address or something to identify my account. Could you advise where it identifies your account and if it's your email address or username and is your password also stored in there? Thanks.
Reply
#7
Mine doesn't have a username, just tokens. I think those token keys are your login info.

Code:
<setting id="kodion.access_token" value="***"/>
<setting id="kodion.access_token.expires" value="1457725071"/>
<setting id="kodion.cache.size" value="5"/>
<setting id="kodion.content.max_per_page" value="9"/>
<setting id="kodion.fanart.show" value="true"/>
<setting id="kodion.login.hash" value="***"/>
<setting id="kodion.refresh_token" value="***"/>
Reply
#8
OK, thanks. I'll try logging in and then making the settings file read only as it seems to lose these when I come out of Kodi. Worth a try, maybe?
Reply
#9
Wow, that's a lot different to mine. If I log in and then look at the settings.XML file it has a whole lot of data in the speech marks.

Should it just be the six characters or is there a separator etc in there?
Reply
#10
That was just the beginning of my file. Here is the whole thing.

Code:
<settings>
    <setting id="kodion.access_token" value="*censored*" />
    <setting id="kodion.access_token.expires" value="1457725071" />
    <setting id="kodion.cache.size" value="5" />
    <setting id="kodion.content.max_per_page" value="9" />
    <setting id="kodion.fanart.show" value="true" />
    <setting id="kodion.login.hash" value="*censored*" />
    <setting id="kodion.refresh_token" value="*censored*" />
    <setting id="kodion.search.size" value="1" />
    <setting id="kodion.setup_wizard" value="false" />
    <setting id="kodion.support.alternative_player" value="false" />
    <setting id="kodion.video.quality" value="3" />
    <setting id="kodion.video.quality.ask" value="false" />
    <setting id="kodion.view.default" value="50" />
    <setting id="kodion.view.episodes" value="50" />
    <setting id="kodion.view.override" value="true" />
    <setting id="youtube.channel.fanart.show" value="true" />
    <setting id="youtube.folder.browse_channels.show" value="true" />
    <setting id="youtube.folder.disliked_videos.show" value="true" />
    <setting id="youtube.folder.history.show" value="true" />
    <setting id="youtube.folder.liked_videos.show" value="true" />
    <setting id="youtube.folder.live.show" value="true" />
    <setting id="youtube.folder.my_channel.show" value="true" />
    <setting id="youtube.folder.my_subscriptions.show" value="true" />
    <setting id="youtube.folder.playlists.show" value="true" />
    <setting id="youtube.folder.popular_right_now.show" value="true" />
    <setting id="youtube.folder.sign.in.show" value="true" />
    <setting id="youtube.folder.sign.out.show" value="true" />
    <setting id="youtube.folder.subscriptions.show" value="true" />
    <setting id="youtube.folder.watch_later.show" value="true" />
    <setting id="youtube.language" value="en-US" />
    <setting id="youtube.login.version" value="16" />
    <setting id="youtube.playlist.watchlater.autoremove" value="true" />
    <setting id="youtube.view.description.show_channel_name" value="true" />
</settings>
Reply
#11
Mine looks very different; potentially the problem. access_token is blank, there's no 'refresh token...

<settings>
<setting id="kodion.access_token" value="" />
<setting id="kodion.cache.size" value="5" />
<setting id="kodion.content.max_per_page" value="9" />
<setting id="kodion.fanart.show" value="true" />
<setting id="kodion.login.hash" value="32character_alphanumeric" />
<setting id="kodion.search.size" value="1" />
<setting id="kodion.setup_wizard" value="false" />
<setting id="kodion.support.alternative_player" value="false" />
<setting id="kodion.video.quality" value="3" />
<setting id="kodion.video.quality.ask" value="false" />
<setting id="kodion.view.default" value="50" />
<setting id="kodion.view.episodes" value="50" />
<setting id="kodion.view.override" value="false" />
<setting id="youtube.channel.fanart.show" value="true" />
<setting id="youtube.folder.browse_channels.show" value="true" />
<setting id="youtube.folder.disliked_videos.show" value="true" />
<setting id="youtube.folder.history.show" value="true" />
<setting id="youtube.folder.liked_videos.show" value="true" />
<setting id="youtube.folder.live.show" value="true" />
<setting id="youtube.folder.my_channel.show" value="true" />
<setting id="youtube.folder.my_subscriptions.show" value="true" />
<setting id="youtube.folder.playlists.show" value="true" />
<setting id="youtube.folder.popular_right_now.show" value="true" />
<setting id="youtube.folder.sign.in.show" value="true" />
<setting id="youtube.folder.sign.out.show" value="true" />
<setting id="youtube.folder.subscriptions.show" value="true" />
<setting id="youtube.folder.watch_later.show" value="true" />
<setting id="youtube.language" value="en-US" />
<setting id="youtube.playlist.watchlater.autoremove" value="true" />
<setting id="youtube.view.description.show_channel_name" value="true" />
</settings>


I've now tried on my Windows laptop and Macbook. The Macbook's settings file is very different. Also tried three different YouTube logins.
Reply

Logout Mark Read Team Forum Stats Members Help
Saving the YouTube password0